Html Css Color HEX #BB0EBB Deep Magenta

📋 copy color: '#BB0EBB'

red 187 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #BB0EBB

Tints of Deep Magenta #BB0EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.61%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 48.2%
G = 3.61%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB0EBB (or 0xBB0EBB) is known color: Deep Magenta. HEX triplet: BB, 0E and BB. RGB value is (187,14,187). Sum of RGB (Red+Green+Blue) = 187+14+187=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB0EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EBB is #44F144. Grayscale: #545454. Windows color (decimal): -4518213 or 12259003. OLE color: 12259003.

HSL color Cylindrical-coordinate representation of color #BB0EBB: hue angle of 300º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EBB is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 187 -
CMYK 0 0.93 0 0.27
HSL 300º 0.86% 0.39% -
HSV(B) 300º 0.93% 0.73% -
XYZ 29.62 14.47 48.24 -
YUV 85.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 187 14 187 0 0.93 0 0.27 300 0.86 0.39
Hex BB E BB 0 5D 0 1B 12C 56 27
Octal 273 16 273 0 135 0 33 454 126 47
Binary 10111011 1110 10111011 0 1011101 0 11011 100101100 1010110 100111

Color Harmonies of #BB0EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0EBB

Black with #BB0EBB

Text Example


Text Example

White with #BB0EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0EBB; }

 p { color: rgb(187,14,187); }

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

background-color css

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

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

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

border-color css

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

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

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