Html Css Color HEX #B2009F Dark Magenta

📋 copy color: '#B2009F'

red 178 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #B2009F

Tints of Dark Magenta #B2009F

RGB

 RED value IS 178 (69.92% from 255) = 52.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 52.82%
G = 0%
B = 47.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2009F (or 0xB2009F) is known color: Dark Magenta. HEX triplet: B2, 00 and 9F. RGB value is (178,0,159). Sum of RGB (Red+Green+Blue) = 178+0+159=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2009F is #4DFF60. Grayscale: #464646. Windows color (decimal): -5111649 or 10420402. OLE color: 10420402.

HSL color Cylindrical-coordinate representation of color #B2009F: hue angle of 306.4º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2009F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 159 -
CMYK 0 1 0.11 0.30
HSL 306.4º 1% 0.35% -
HSV(B) 306.4º 1% 0.7% -
XYZ 24.62 11.97 33.81 -
YUV 71.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 178 0 159 0 1 0.11 0.30 306.4 1 0.35
Hex B2 0 9F 0 64 B 1E 132 64 23
Octal 262 0 237 0 144 13 36 462 144 43
Binary 10110010 0 10011111 0 1100100 1011 11110 100110010 1100100 100011

Color Harmonies of #B2009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2009F

Black with #B2009F

Text Example


Text Example

White with #B2009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2009F; }

 p { color: rgb(178,0,159); }

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

background-color css

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

 a { background-color: rgb(178,0,159); }

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

border-color css

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

 span { border-color: rgb(178,0,159); }

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