Html Css Color HEX #BB1AC5 Deep Magenta

📋 copy color: '#BB1AC5'

red 187 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #BB1AC5

Tints of Deep Magenta #BB1AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.34%

 BLUE value IS 197 (77.34% from 255) = 48.05%

R = 45.61%
G = 6.34%
B = 48.05%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BB1AC5 (or 0xBB1AC5) is known color: Deep Magenta. HEX triplet: BB, 1A and C5. RGB value is (187,26,197). Sum of RGB (Red+Green+Blue) = 187+26+197=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB1AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1AC5 is #44E53A. Grayscale: #5D5D5D. Windows color (decimal): -4515131 or 12917435. OLE color: 12917435.

HSL color Cylindrical-coordinate representation of color #BB1AC5: hue angle of 296.49º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1AC5 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 26 197 -
CMYK 0.05 0.87 0 0.23
HSL 296.49º 0.77% 0.44% -
HSV(B) 296.49º 0.87% 0.77% -
XYZ 30.94 15.33 54.15 -
YUV 93.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 187 26 197 0.05 0.87 0 0.23 296.49 0.77 0.44
Hex BB 1A C5 5 57 0 17 128 4D 2C
Octal 273 32 305 5 127 0 27 450 115 54
Binary 10111011 11010 11000101 101 1010111 0 10111 100101000 1001101 101100

Color Harmonies of #BB1AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AC5

Black with #BB1AC5

Text Example


Text Example

White with #BB1AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AC5; }

 p { color: rgb(187,26,197); }

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

background-color css

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

 a { background-color: rgb(187,26,197); }

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

border-color css

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

 span { border-color: rgb(187,26,197); }

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