Html Css Color HEX #BB0BDE Deep Magenta

📋 copy color: '#BB0BDE'

red 187 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #BB0BDE

Tints of Deep Magenta #BB0BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.62%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 44.52%
G = 2.62%
B = 52.86%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0BDE (or 0xBB0BDE) is known color: Deep Magenta. HEX triplet: BB, 0B and DE. RGB value is (187,11,222). Sum of RGB (Red+Green+Blue) = 187+11+222=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BDE is #44F421. Grayscale: #575757. Windows color (decimal): -4518946 or 14551995. OLE color: 14551995.

HSL color Cylindrical-coordinate representation of color #BB0BDE: hue angle of 290.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BDE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 11 222 -
CMYK 0.16 0.95 0 0.13
HSL 290.05º 0.91% 0.46% -
HSV(B) 290.05º 0.95% 0.87% -
XYZ 33.8 16.08 70.43 -
YUV 87.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 187 11 222 0.16 0.95 0 0.13 290.05 0.91 0.46
Hex BB B DE 10 5F 0 D 122 5B 2E
Octal 273 13 336 20 137 0 15 442 133 56
Binary 10111011 1011 11011110 10000 1011111 0 1101 100100010 1011011 101110

Color Harmonies of #BB0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BDE

Black with #BB0BDE

Text Example


Text Example

White with #BB0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BDE; }

 p { color: rgb(187,11,222); }

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

background-color css

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

 a { background-color: rgb(187,11,222); }

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

border-color css

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

 span { border-color: rgb(187,11,222); }

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