Html Css Color HEX #BC54CC Medium Orchid

📋 copy color: '#BC54CC'

red 188 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #BC54CC

Tints of Medium Orchid #BC54CC

RGB

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

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

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

R = 39.5%
G = 17.65%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC54CC (or 0xBC54CC) is known color: Medium Orchid. HEX triplet: BC, 54 and CC. RGB value is (188,84,204). Sum of RGB (Red+Green+Blue) = 188+84+204=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54CC is #43AB33. Grayscale: #808080. Windows color (decimal): -4434740 or 13391036. OLE color: 13391036.

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

Color convert

RGB 188 84 204 -
CMYK 0.08 0.59 0 0.2
HSL 292º 0.54% 0.56% -
HSV(B) 292º 0.59% 0.8% -
XYZ 34.81 21.39 59.42 -
YUV 128.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 188 84 204 0.08 0.59 0 0.2 292 0.54 0.56
Hex BC 54 CC 8 3B 0 14 124 36 38
Octal 274 124 314 10 73 0 24 444 66 70
Binary 10111100 1010100 11001100 1000 111011 0 10100 100100100 110110 111000

Color Harmonies of #BC54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54CC

Black with #BC54CC

Text Example


Text Example

White with #BC54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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