Html Css Color HEX #BB26B6 Deep Magenta

📋 copy color: '#BB26B6'

red 187 ◦ green 38 ◦ blue 182

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

Shades of Deep Magenta #BB26B6

Tints of Deep Magenta #BB26B6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

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

R = 45.95%
G = 9.34%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB26B6 (or 0xBB26B6) is known color: Deep Magenta. HEX triplet: BB, 26 and B6. RGB value is (187,38,182). Sum of RGB (Red+Green+Blue) = 187+38+182=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB26B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26B6 is #44D949. Grayscale: #626262. Windows color (decimal): -4512074 or 11937467. OLE color: 11937467.

HSL color Cylindrical-coordinate representation of color #BB26B6: hue angle of 302.01º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB26B6 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 182 -
CMYK 0 0.80 0.03 0.27
HSL 302.01º 0.66% 0.44% -
HSV(B) 302.01º 0.8% 0.73% -
XYZ 29.63 15.33 45.65 -
YUV 98.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 187 38 182 0 0.80 0.03 0.27 302.01 0.66 0.44
Hex BB 26 B6 0 50 3 1B 12E 42 2C
Octal 273 46 266 0 120 3 33 456 102 54
Binary 10111011 100110 10110110 0 1010000 11 11011 100101110 1000010 101100

Color Harmonies of #BB26B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26B6

Black with #BB26B6

Text Example


Text Example

White with #BB26B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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