Html Css Color HEX #BB57DB Medium Orchid

📋 copy color: '#BB57DB'

red 187 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #BB57DB

Tints of Medium Orchid #BB57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.65%

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

R = 37.93%
G = 17.65%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB57DB (or 0xBB57DB) is known color: Medium Orchid. HEX triplet: BB, 57 and DB. RGB value is (187,87,219). Sum of RGB (Red+Green+Blue) = 187+87+219=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57DB is #44A824. Grayscale: #838383. Windows color (decimal): -4499493 or 14374843. OLE color: 14374843.

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

Color convert

RGB 187 87 219 -
CMYK 0.15 0.60 0 0.14
HSL 285.45º 0.65% 0.6% -
HSV(B) 285.45º 0.6% 0.86% -
XYZ 36.69 22.5 69.43 -
YUV 131.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 187 87 219 0.15 0.60 0 0.14 285.45 0.65 0.6
Hex BB 57 DB F 3C 0 E 11D 41 3C
Octal 273 127 333 17 74 0 16 435 101 74
Binary 10111011 1010111 11011011 1111 111100 0 1110 100011101 1000001 111100

Color Harmonies of #BB57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB57DB

Black with #BB57DB

Text Example


Text Example

White with #BB57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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