Html Css Color HEX #BB26B5 Deep Magenta

📋 copy color: '#BB26B5'

red 187 ◦ green 38 ◦ blue 181

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

Shades of Deep Magenta #BB26B5

Tints of Deep Magenta #BB26B5

RGB

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

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

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

R = 46.06%
G = 9.36%
B = 44.58%

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

#BB26B5 (or 0xBB26B5) is known color: Deep Magenta. HEX triplet: BB, 26 and B5. RGB value is (187,38,181). Sum of RGB (Red+Green+Blue) = 187+38+181=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB26B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26B5 is #44D94A. Grayscale: #626262. Windows color (decimal): -4512075 or 11871931. OLE color: 11871931.

HSL color Cylindrical-coordinate representation of color #BB26B5: hue angle of 302.42º 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 #BB26B5 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 181 -
CMYK 0 0.80 0.03 0.27
HSL 302.42º 0.66% 0.44% -
HSV(B) 302.42º 0.8% 0.73% -
XYZ 29.53 15.29 45.11 -
YUV 98.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 187 38 181 0 0.80 0.03 0.27 302.42 0.66 0.44
Hex BB 26 B5 0 50 3 1B 12E 42 2C
Octal 273 46 265 0 120 3 33 456 102 54
Binary 10111011 100110 10110101 0 1010000 11 11011 100101110 1000010 101100

Color Harmonies of #BB26B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26B5

Black with #BB26B5

Text Example


Text Example

White with #BB26B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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