Html Css Color HEX #BC36DB Medium Orchid

📋 copy color: '#BC36DB'

red 188 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #BC36DB

Tints of Medium Orchid #BC36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 40.78%
G = 11.71%
B = 47.51%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC36DB (or 0xBC36DB) is known color: Medium Orchid. HEX triplet: BC, 36 and DB. RGB value is (188,54,219). Sum of RGB (Red+Green+Blue) = 188+54+219=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DB is #43C924. Grayscale: #707070. Windows color (decimal): -4442405 or 14366396. OLE color: 14366396.

HSL color Cylindrical-coordinate representation of color #BC36DB: hue angle of 288.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36DB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 54 219 -
CMYK 0.14 0.75 0 0.14
HSL 288.73º 0.7% 0.54% -
HSV(B) 288.73º 0.75% 0.86% -
XYZ 34.84 18.44 68.74 -
YUV 112.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 188 54 219 0.14 0.75 0 0.14 288.73 0.7 0.54
Hex BC 36 DB E 4B 0 E 121 46 36
Octal 274 66 333 16 113 0 16 441 106 66
Binary 10111100 110110 11011011 1110 1001011 0 1110 100100001 1000110 110110

Color Harmonies of #BC36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36DB

Black with #BC36DB

Text Example


Text Example

White with #BC36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36DB; }

 p { color: rgb(188,54,219); }

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

background-color css

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

 a { background-color: rgb(188,54,219); }

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

border-color css

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

 span { border-color: rgb(188,54,219); }

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