Html Css Color HEX #BB1EB0 Deep Magenta

📋 copy color: '#BB1EB0'

red 187 ◦ green 30 ◦ blue 176

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

Shades of Deep Magenta #BB1EB0

Tints of Deep Magenta #BB1EB0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

 BLUE value IS 176 (69.14% from 255) = 44.78%

R = 47.58%
G = 7.63%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB1EB0 (or 0xBB1EB0) is known color: Deep Magenta. HEX triplet: BB, 1E and B0. RGB value is (187,30,176). Sum of RGB (Red+Green+Blue) = 187+30+176=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1EB0 is #44E14F. Grayscale: #5D5D5D. Windows color (decimal): -4514128 or 11542203. OLE color: 11542203.

HSL color Cylindrical-coordinate representation of color #BB1EB0: hue angle of 304.2º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1EB0 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 176 -
CMYK 0 0.84 0.06 0.27
HSL 304.2º 0.72% 0.43% -
HSV(B) 304.2º 0.84% 0.73% -
XYZ 28.79 14.63 42.38 -
YUV 93.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 187 30 176 0 0.84 0.06 0.27 304.2 0.72 0.43
Hex BB 1E B0 0 54 6 1B 130 48 2B
Octal 273 36 260 0 124 6 33 460 110 53
Binary 10111011 11110 10110000 0 1010100 110 11011 100110000 1001000 101011

Color Harmonies of #BB1EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EB0

Black with #BB1EB0

Text Example


Text Example

White with #BB1EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EB0; }

 p { color: rgb(187,30,176); }

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

background-color css

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

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

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

border-color css

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

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

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