Html Css Color HEX #BB55DB Medium Orchid

📋 copy color: '#BB55DB'

red 187 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #BB55DB

Tints of Medium Orchid #BB55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.31%

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

R = 38.09%
G = 17.31%
B = 44.6%

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

#BB55DB (or 0xBB55DB) is known color: Medium Orchid. HEX triplet: BB, 55 and DB. RGB value is (187,85,219). Sum of RGB (Red+Green+Blue) = 187+85+219=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55DB is #44AA24. Grayscale: #828282. Windows color (decimal): -4500005 or 14374331. OLE color: 14374331.

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

Color convert

RGB 187 85 219 -
CMYK 0.15 0.61 0 0.14
HSL 285.67º 0.65% 0.6% -
HSV(B) 285.67º 0.61% 0.86% -
XYZ 36.53 22.18 69.37 -
YUV 130.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 187 85 219 0.15 0.61 0 0.14 285.67 0.65 0.6
Hex BB 55 DB F 3D 0 E 11E 41 3C
Octal 273 125 333 17 75 0 16 436 101 74
Binary 10111011 1010101 11011011 1111 111101 0 1110 100011110 1000001 111100

Color Harmonies of #BB55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB55DB

Black with #BB55DB

Text Example


Text Example

White with #BB55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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