Html Css Color HEX #BC5DCB Medium Orchid

📋 copy color: '#BC5DCB'

red 188 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #BC5DCB

Tints of Medium Orchid #BC5DCB

RGB

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

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

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

R = 38.84%
G = 19.21%
B = 41.94%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC5DCB (or 0xBC5DCB) is known color: Medium Orchid. HEX triplet: BC, 5D and CB. RGB value is (188,93,203). Sum of RGB (Red+Green+Blue) = 188+93+203=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCB is #43A234. Grayscale: #858585. Windows color (decimal): -4432437 or 13327804. OLE color: 13327804.

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

Color convert

RGB 188 93 203 -
CMYK 0.07 0.54 0 0.20
HSL 291.82º 0.51% 0.58% -
HSV(B) 291.82º 0.54% 0.8% -
XYZ 35.43 22.83 59.04 -
YUV 133.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 188 93 203 0.07 0.54 0 0.20 291.82 0.51 0.58
Hex BC 5D CB 7 36 0 14 124 33 3A
Octal 274 135 313 7 66 0 24 444 63 72
Binary 10111100 1011101 11001011 111 110110 0 10100 100100100 110011 111010

Color Harmonies of #BC5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DCB

Black with #BC5DCB

Text Example


Text Example

White with #BC5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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