Html Css Color HEX #BC5DCC Medium Orchid

📋 copy color: '#BC5DCC'

red 188 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #BC5DCC

Tints of Medium Orchid #BC5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

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

R = 38.76%
G = 19.18%
B = 42.06%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC5DCC (or 0xBC5DCC) is known color: Medium Orchid. HEX triplet: BC, 5D and CC. RGB value is (188,93,204). Sum of RGB (Red+Green+Blue) = 188+93+204=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCC is #43A233. Grayscale: #858585. Windows color (decimal): -4432436 or 13393340. OLE color: 13393340.

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

Color convert

RGB 188 93 204 -
CMYK 0.08 0.54 0 0.2
HSL 291.35º 0.52% 0.58% -
HSV(B) 291.35º 0.54% 0.8% -
XYZ 35.55 22.88 59.67 -
YUV 134.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 188 93 204 0.08 0.54 0 0.2 291.35 0.52 0.58
Hex BC 5D CC 8 36 0 14 123 34 3A
Octal 274 135 314 10 66 0 24 443 64 72
Binary 10111100 1011101 11001100 1000 110110 0 10100 100100011 110100 111010

Color Harmonies of #BC5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DCC

Black with #BC5DCC

Text Example


Text Example

White with #BC5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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