Html Css Color HEX #BB37DB Medium Orchid

📋 copy color: '#BB37DB'

red 187 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #BB37DB

Tints of Medium Orchid #BB37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.93%

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

R = 40.56%
G = 11.93%
B = 47.51%

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

#BB37DB (or 0xBB37DB) is known color: Medium Orchid. HEX triplet: BB, 37 and DB. RGB value is (187,55,219). Sum of RGB (Red+Green+Blue) = 187+55+219=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 55 (21.88% from 255 or 11.93% 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 #BB37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37DB is #44C824. Grayscale: #707070. Windows color (decimal): -4507685 or 14366651. OLE color: 14366651.

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

Color convert

RGB 187 55 219 -
CMYK 0.15 0.75 0 0.14
HSL 288.29º 0.69% 0.54% -
HSV(B) 288.29º 0.75% 0.86% -
XYZ 34.65 18.41 68.75 -
YUV 113.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 187 55 219 0.15 0.75 0 0.14 288.29 0.69 0.54
Hex BB 37 DB F 4B 0 E 120 45 36
Octal 273 67 333 17 113 0 16 440 105 66
Binary 10111011 110111 11011011 1111 1001011 0 1110 100100000 1000101 110110

Color Harmonies of #BB37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB37DB

Black with #BB37DB

Text Example


Text Example

White with #BB37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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