Html Css Color HEX #BB59DB Medium Orchid

📋 copy color: '#BB59DB'

red 187 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #BB59DB

Tints of Medium Orchid #BB59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.98%

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

R = 37.78%
G = 17.98%
B = 44.24%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB59DB (or 0xBB59DB) is known color: Medium Orchid. HEX triplet: BB, 59 and DB. RGB value is (187,89,219). Sum of RGB (Red+Green+Blue) = 187+89+219=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59DB is #44A624. Grayscale: #848484. Windows color (decimal): -4498981 or 14375355. OLE color: 14375355.

HSL color Cylindrical-coordinate representation of color #BB59DB: hue angle of 285.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB59DB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 89 219 -
CMYK 0.15 0.59 0 0.14
HSL 285.23º 0.64% 0.6% -
HSV(B) 285.23º 0.59% 0.86% -
XYZ 36.85 22.82 69.48 -
YUV 133.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 187 89 219 0.15 0.59 0 0.14 285.23 0.64 0.6
Hex BB 59 DB F 3B 0 E 11D 40 3C
Octal 273 131 333 17 73 0 16 435 100 74
Binary 10111011 1011001 11011011 1111 111011 0 1110 100011101 1000000 111100

Color Harmonies of #BB59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB59DB

Black with #BB59DB

Text Example


Text Example

White with #BB59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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