Html Css Color HEX #BC5DCE Medium Orchid

📋 copy color: '#BC5DCE'

red 188 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #BC5DCE

Tints of Medium Orchid #BC5DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 38.6%
G = 19.1%
B = 42.3%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC5DCE (or 0xBC5DCE) is known color: Medium Orchid. HEX triplet: BC, 5D and CE. RGB value is (188,93,206). Sum of RGB (Red+Green+Blue) = 188+93+206=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCE is #43A231. Grayscale: #858585. Windows color (decimal): -4432434 or 13524412. OLE color: 13524412.

HSL color Cylindrical-coordinate representation of color #BC5DCE: hue angle of 290.44º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5DCE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 93 206 -
CMYK 0.09 0.55 0 0.19
HSL 290.44º 0.54% 0.59% -
HSV(B) 290.44º 0.55% 0.81% -
XYZ 35.79 22.98 60.94 -
YUV 134.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 188 93 206 0.09 0.55 0 0.19 290.44 0.54 0.59
Hex BC 5D CE 9 37 0 13 122 36 3B
Octal 274 135 316 11 67 0 23 442 66 73
Binary 10111100 1011101 11001110 1001 110111 0 10011 100100010 110110 111011

Color Harmonies of #BC5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DCE

Black with #BC5DCE

Text Example


Text Example

White with #BC5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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