Html Css Color HEX #BB51DB Medium Orchid

📋 copy color: '#BB51DB'

red 187 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #BB51DB

Tints of Medium Orchid #BB51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.63%

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

R = 38.4%
G = 16.63%
B = 44.97%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB51DB (or 0xBB51DB) is known color: Medium Orchid. HEX triplet: BB, 51 and DB. RGB value is (187,81,219). Sum of RGB (Red+Green+Blue) = 187+81+219=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51DB is #44AE24. Grayscale: #7F7F7F. Windows color (decimal): -4501029 or 14373307. OLE color: 14373307.

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

Color convert

RGB 187 81 219 -
CMYK 0.15 0.63 0 0.14
HSL 286.09º 0.66% 0.59% -
HSV(B) 286.09º 0.63% 0.86% -
XYZ 36.22 21.56 69.27 -
YUV 128.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 187 81 219 0.15 0.63 0 0.14 286.09 0.66 0.59
Hex BB 51 DB F 3F 0 E 11E 42 3B
Octal 273 121 333 17 77 0 16 436 102 73
Binary 10111011 1010001 11011011 1111 111111 0 1110 100011110 1000010 111011

Color Harmonies of #BB51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51DB

Black with #BB51DB

Text Example


Text Example

White with #BB51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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