Html Css Color HEX #BC5BCB Medium Orchid

📋 copy color: '#BC5BCB'

red 188 ◦ green 91 ◦ blue 203

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

Shades of Medium Orchid #BC5BCB

Tints of Medium Orchid #BC5BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 39%
G = 18.88%
B = 42.12%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC5BCB (or 0xBC5BCB) is known color: Medium Orchid. HEX triplet: BC, 5B and CB. RGB value is (188,91,203). Sum of RGB (Red+Green+Blue) = 188+91+203=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BCB is #43A434. Grayscale: #848484. Windows color (decimal): -4432949 or 13327292. OLE color: 13327292.

HSL color Cylindrical-coordinate representation of color #BC5BCB: hue angle of 291.96º degrees, saturation: 0.52, 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 #BC5BCB is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 91 203 -
CMYK 0.07 0.55 0 0.20
HSL 291.96º 0.52% 0.58% -
HSV(B) 291.96º 0.55% 0.8% -
XYZ 35.26 22.49 58.98 -
YUV 132.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 188 91 203 0.07 0.55 0 0.20 291.96 0.52 0.58
Hex BC 5B CB 7 37 0 14 124 34 3A
Octal 274 133 313 7 67 0 24 444 64 72
Binary 10111100 1011011 11001011 111 110111 0 10100 100100100 110100 111010

Color Harmonies of #BC5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BCB

Black with #BC5BCB

Text Example


Text Example

White with #BC5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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