Html Css Color HEX #BD1ABB Deep Magenta

📋 copy color: '#BD1ABB'

red 189 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #BD1ABB

Tints of Deep Magenta #BD1ABB

RGB

 RED value IS 189 (74.22% from 255) = 47.01%

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 47.01%
G = 6.47%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD1ABB (or 0xBD1ABB) is known color: Deep Magenta. HEX triplet: BD, 1A and BB. RGB value is (189,26,187). Sum of RGB (Red+Green+Blue) = 189+26+187=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ABB is #42E544. Grayscale: #5C5C5C. Windows color (decimal): -4384069 or 12262077. OLE color: 12262077.

HSL color Cylindrical-coordinate representation of color #BD1ABB: hue angle of 300.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ABB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 187 -
CMYK 0 0.86 0.01 0.26
HSL 300.74º 0.76% 0.42% -
HSV(B) 300.74º 0.86% 0.74% -
XYZ 30.33 15.15 48.34 -
YUV 93.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 189 26 187 0 0.86 0.01 0.26 300.74 0.76 0.42
Hex BD 1A BB 0 56 1 1A 12D 4C 2A
Octal 275 32 273 0 126 1 32 455 114 52
Binary 10111101 11010 10111011 0 1010110 1 11010 100101101 1001100 101010

Color Harmonies of #BD1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1ABB

Black with #BD1ABB

Text Example


Text Example

White with #BD1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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