Html Css Color HEX #B709B2 Deep Magenta

📋 copy color: '#B709B2'

red 183 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #B709B2

Tints of Deep Magenta #B709B2

RGB

 RED value IS 183 (71.88% from 255) = 49.46%

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 49.46%
G = 2.43%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B709B2 (or 0xB709B2) is known color: Deep Magenta. HEX triplet: B7, 09 and B2. RGB value is (183,9,178). Sum of RGB (Red+Green+Blue) = 183+9+178=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B709B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B709B2 is #48F64D. Grayscale: #4F4F4F. Windows color (decimal): -4781646 or 11667895. OLE color: 11667895.

HSL color Cylindrical-coordinate representation of color #B709B2: hue angle of 301.72º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709B2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 178 -
CMYK 0 0.95 0.03 0.28
HSL 301.72º 0.91% 0.38% -
HSV(B) 301.72º 0.95% 0.72% -
XYZ 27.66 13.48 43.26 -
YUV 80.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 183 9 178 0 0.95 0.03 0.28 301.72 0.91 0.38
Hex B7 9 B2 0 5F 3 1C 12E 5B 26
Octal 267 11 262 0 137 3 34 456 133 46
Binary 10110111 1001 10110010 0 1011111 11 11100 100101110 1011011 100110

Color Harmonies of #B709B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709B2

Black with #B709B2

Text Example


Text Example

White with #B709B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709B2; }

 p { color: rgb(183,9,178); }

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

background-color css

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

 a { background-color: rgb(183,9,178); }

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

border-color css

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

 span { border-color: rgb(183,9,178); }

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