Html Css Color HEX #BC4FCC Medium Orchid

📋 copy color: '#BC4FCC'

red 188 ◦ green 79 ◦ blue 204

#BC4FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC4FCC

Tints of Medium Orchid #BC4FCC

RGB

 RED value IS 188 (73.83% from 255) = 39.92%

 GREEN value IS 79 (31.25% from 255) = 16.77%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 39.92%
G = 16.77%
B = 43.31%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC4FCC (or 0xBC4FCC) is known color: Medium Orchid. HEX triplet: BC, 4F and CC. RGB value is (188,79,204). Sum of RGB (Red+Green+Blue) = 188+79+204=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FCC is #43B033. Grayscale: #7D7D7D. Windows color (decimal): -4436020 or 13389756. OLE color: 13389756.

HSL color Cylindrical-coordinate representation of color #BC4FCC: hue angle of 292.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4FCC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 79 204 -
CMYK 0.08 0.61 0 0.2
HSL 292.32º 0.55% 0.55% -
HSV(B) 292.32º 0.61% 0.8% -
XYZ 34.43 20.64 59.3 -
YUV 125.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 188 79 204 0.08 0.61 0 0.2 292.32 0.55 0.55
Hex BC 4F CC 8 3D 0 14 124 37 37
Octal 274 117 314 10 75 0 24 444 67 67
Binary 10111100 1001111 11001100 1000 111101 0 10100 100100100 110111 110111

Color Harmonies of #BC4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FCC

Black with #BC4FCC

Text Example


Text Example

White with #BC4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FCC; }

 p { color: rgb(188,79,204); }

 H1.HeaderClassName
 {
   color: #BC4FCC;
 }
 .AnyTagClassName
 {
   color: #BC4FCC;
 }
</style>

background-color css

<style>
 a { background-color: #BC4FCC; }

 a { background-color: rgb(188,79,204); }

 div.DivClassName
 {
   background-color: #BC4FCC;
 }
 .BgClassName
 {
   background-color: #BC4FCC;
 }
</style>

border-color css

<style>
 span { border-color: #BC4FCC; }

 span { border-color: rgb(188,79,204); }

 td.TdClassName
 {
   border-color: #BC4FCC;
 }
 .TagClassName
 {
   border-color: #BC4FCC;
 }
</style>