Html Css Color HEX #BC5BCC Medium Orchid

📋 copy color: '#BC5BCC'

red 188 ◦ green 91 ◦ blue 204

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

Shades of Medium Orchid #BC5BCC

Tints of Medium Orchid #BC5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.84%

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

R = 38.92%
G = 18.84%
B = 42.24%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC5BCC (or 0xBC5BCC) is known color: Medium Orchid. HEX triplet: BC, 5B and CC. RGB value is (188,91,204). Sum of RGB (Red+Green+Blue) = 188+91+204=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC5BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BCC is #43A433. Grayscale: #848484. Windows color (decimal): -4432948 or 13392828. OLE color: 13392828.

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

Color convert

RGB 188 91 204 -
CMYK 0.08 0.55 0 0.2
HSL 291.5º 0.53% 0.58% -
HSV(B) 291.5º 0.55% 0.8% -
XYZ 35.38 22.53 59.61 -
YUV 132.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 188 91 204 0.08 0.55 0 0.2 291.5 0.53 0.58
Hex BC 5B CC 8 37 0 14 124 35 3A
Octal 274 133 314 10 67 0 24 444 65 72
Binary 10111100 1011011 11001100 1000 110111 0 10100 100100100 110101 111010

Color Harmonies of #BC5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BCC

Black with #BC5BCC

Text Example


Text Example

White with #BC5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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