Html Css Color HEX #BB1BB5 Deep Magenta

📋 copy color: '#BB1BB5'

red 187 ◦ green 27 ◦ blue 181

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

Shades of Deep Magenta #BB1BB5

Tints of Deep Magenta #BB1BB5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.84%

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 47.34%
G = 6.84%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB1BB5 (or 0xBB1BB5) is known color: Deep Magenta. HEX triplet: BB, 1B and B5. RGB value is (187,27,181). Sum of RGB (Red+Green+Blue) = 187+27+181=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BB5 is #44E44A. Grayscale: #5B5B5B. Windows color (decimal): -4514891 or 11869115. OLE color: 11869115.

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

Color convert

RGB 187 27 181 -
CMYK 0 0.86 0.03 0.27
HSL 302.25º 0.75% 0.42% -
HSV(B) 302.25º 0.86% 0.73% -
XYZ 29.23 14.68 45.01 -
YUV 92.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 187 27 181 0 0.86 0.03 0.27 302.25 0.75 0.42
Hex BB 1B B5 0 56 3 1B 12E 4B 2A
Octal 273 33 265 0 126 3 33 456 113 52
Binary 10111011 11011 10110101 0 1010110 11 11011 100101110 1001011 101010

Color Harmonies of #BB1BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BB5

Black with #BB1BB5

Text Example


Text Example

White with #BB1BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BB5; }

 p { color: rgb(187,27,181); }

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

background-color css

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

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

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

border-color css

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

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

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