Html Css Color HEX #BC5ECB Medium Orchid

📋 copy color: '#BC5ECB'

red 188 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #BC5ECB

Tints of Medium Orchid #BC5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.38%

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

R = 38.76%
G = 19.38%
B = 41.86%

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

#BC5ECB (or 0xBC5ECB) is known color: Medium Orchid. HEX triplet: BC, 5E and CB. RGB value is (188,94,203). Sum of RGB (Red+Green+Blue) = 188+94+203=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ECB is #43A134. Grayscale: #868686. Windows color (decimal): -4432181 or 13328060. OLE color: 13328060.

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

Color convert

RGB 188 94 203 -
CMYK 0.07 0.54 0 0.20
HSL 291.74º 0.51% 0.58% -
HSV(B) 291.74º 0.54% 0.8% -
XYZ 35.52 23.01 59.07 -
YUV 134.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 188 94 203 0.07 0.54 0 0.20 291.74 0.51 0.58
Hex BC 5E CB 7 36 0 14 124 33 3A
Octal 274 136 313 7 66 0 24 444 63 72
Binary 10111100 1011110 11001011 111 110110 0 10100 100100100 110011 111010

Color Harmonies of #BC5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ECB

Black with #BC5ECB

Text Example


Text Example

White with #BC5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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