Html Css Color HEX #BB36DB Medium Orchid

📋 copy color: '#BB36DB'

red 187 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #BB36DB

Tints of Medium Orchid #BB36DB

RGB

 RED value IS 187 (73.44% from 255) = 40.65%

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

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

R = 40.65%
G = 11.74%
B = 47.61%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB36DB (or 0xBB36DB) is known color: Medium Orchid. HEX triplet: BB, 36 and DB. RGB value is (187,54,219). Sum of RGB (Red+Green+Blue) = 187+54+219=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36DB is #44C924. Grayscale: #707070. Windows color (decimal): -4507941 or 14366395. OLE color: 14366395.

HSL color Cylindrical-coordinate representation of color #BB36DB: hue angle of 288.36º 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 #BB36DB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 54 219 -
CMYK 0.15 0.75 0 0.14
HSL 288.36º 0.7% 0.54% -
HSV(B) 288.36º 0.75% 0.86% -
XYZ 34.6 18.32 68.73 -
YUV 112.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 187 54 219 0.15 0.75 0 0.14 288.36 0.7 0.54
Hex BB 36 DB F 4B 0 E 120 46 36
Octal 273 66 333 17 113 0 16 440 106 66
Binary 10111011 110110 11011011 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BB36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36DB

Black with #BB36DB

Text Example


Text Example

White with #BB36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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