Html Css Color HEX #BB56DB Medium Orchid

📋 copy color: '#BB56DB'

red 187 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #BB56DB

Tints of Medium Orchid #BB56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.48%

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

R = 38.01%
G = 17.48%
B = 44.51%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB56DB (or 0xBB56DB) is known color: Medium Orchid. HEX triplet: BB, 56 and DB. RGB value is (187,86,219). Sum of RGB (Red+Green+Blue) = 187+86+219=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56DB is #44A924. Grayscale: #828282. Windows color (decimal): -4499749 or 14374587. OLE color: 14374587.

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

Color convert

RGB 187 86 219 -
CMYK 0.15 0.61 0 0.14
HSL 285.56º 0.65% 0.6% -
HSV(B) 285.56º 0.61% 0.86% -
XYZ 36.61 22.33 69.4 -
YUV 131.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 187 86 219 0.15 0.61 0 0.14 285.56 0.65 0.6
Hex BB 56 DB F 3D 0 E 11E 41 3C
Octal 273 126 333 17 75 0 16 436 101 74
Binary 10111011 1010110 11011011 1111 111101 0 1110 100011110 1000001 111100

Color Harmonies of #BB56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB56DB

Black with #BB56DB

Text Example


Text Example

White with #BB56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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