Html Css Color HEX #BC54CE Medium Orchid

📋 copy color: '#BC54CE'

red 188 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #BC54CE

Tints of Medium Orchid #BC54CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 39.33%
G = 17.57%
B = 43.1%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC54CE (or 0xBC54CE) is known color: Medium Orchid. HEX triplet: BC, 54 and CE. RGB value is (188,84,206). Sum of RGB (Red+Green+Blue) = 188+84+206=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54CE is #43AB31. Grayscale: #808080. Windows color (decimal): -4434738 or 13522108. OLE color: 13522108.

HSL color Cylindrical-coordinate representation of color #BC54CE: hue angle of 291.15º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC54CE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 84 206 -
CMYK 0.09 0.59 0 0.19
HSL 291.15º 0.55% 0.57% -
HSV(B) 291.15º 0.59% 0.81% -
XYZ 35.05 21.49 60.69 -
YUV 129 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 188 84 206 0.09 0.59 0 0.19 291.15 0.55 0.57
Hex BC 54 CE 9 3B 0 13 123 37 39
Octal 274 124 316 11 73 0 23 443 67 71
Binary 10111100 1010100 11001110 1001 111011 0 10011 100100011 110111 111001

Color Harmonies of #BC54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54CE

Black with #BC54CE

Text Example


Text Example

White with #BC54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54CE; }

 p { color: rgb(188,84,206); }

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

background-color css

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

 a { background-color: rgb(188,84,206); }

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

border-color css

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

 span { border-color: rgb(188,84,206); }

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