Html Css Color HEX #BB1CB6 Deep Magenta

📋 copy color: '#BB1CB6'

red 187 ◦ green 28 ◦ blue 182

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

Shades of Deep Magenta #BB1CB6

Tints of Deep Magenta #BB1CB6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 47.1%
G = 7.05%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB1CB6 (or 0xBB1CB6) is known color: Deep Magenta. HEX triplet: BB, 1C and B6. RGB value is (187,28,182). Sum of RGB (Red+Green+Blue) = 187+28+182=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CB6 is #44E349. Grayscale: #5C5C5C. Windows color (decimal): -4514634 or 11934907. OLE color: 11934907.

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

Color convert

RGB 187 28 182 -
CMYK 0 0.85 0.03 0.27
HSL 301.89º 0.74% 0.42% -
HSV(B) 301.89º 0.85% 0.73% -
XYZ 29.35 14.77 45.56 -
YUV 93.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 187 28 182 0 0.85 0.03 0.27 301.89 0.74 0.42
Hex BB 1C B6 0 55 3 1B 12E 4A 2A
Octal 273 34 266 0 125 3 33 456 112 52
Binary 10111011 11100 10110110 0 1010101 11 11011 100101110 1001010 101010

Color Harmonies of #BB1CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CB6

Black with #BB1CB6

Text Example


Text Example

White with #BB1CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CB6; }

 p { color: rgb(187,28,182); }

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

background-color css

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

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

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

border-color css

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

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

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