Html Css Color HEX #BD0BB7 Deep Magenta

📋 copy color: '#BD0BB7'

red 189 ◦ green 11 ◦ blue 183

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

Shades of Deep Magenta #BD0BB7

Tints of Deep Magenta #BD0BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 49.35%
G = 2.87%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD0BB7 (or 0xBD0BB7) is known color: Deep Magenta. HEX triplet: BD, 0B and B7. RGB value is (189,11,183). Sum of RGB (Red+Green+Blue) = 189+11+183=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BB7 is #42F448. Grayscale: #535353. Windows color (decimal): -4387913 or 11996093. OLE color: 11996093.

HSL color Cylindrical-coordinate representation of color #BD0BB7: hue angle of 302.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BB7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 11 183 -
CMYK 0 0.94 0.03 0.26
HSL 302.02º 0.89% 0.39% -
HSV(B) 302.02º 0.94% 0.74% -
XYZ 29.65 14.48 46.03 -
YUV 83.83 183.97 203.01 -
System Red Green Blue C M Y K H S L
Decimal 189 11 183 0 0.94 0.03 0.26 302.02 0.89 0.39
Hex BD B B7 0 5E 3 1A 12E 59 27
Octal 275 13 267 0 136 3 32 456 131 47
Binary 10111101 1011 10110111 0 1011110 11 11010 100101110 1011001 100111

Color Harmonies of #BD0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0BB7

Black with #BD0BB7

Text Example


Text Example

White with #BD0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0BB7; }

 p { color: rgb(189,11,183); }

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

background-color css

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

 a { background-color: rgb(189,11,183); }

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

border-color css

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

 span { border-color: rgb(189,11,183); }

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