Html Css Color HEX #B607A9 Deep Magenta

📋 copy color: '#B607A9'

red 182 ◦ green 7 ◦ blue 169

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

Shades of Deep Magenta #B607A9

Tints of Deep Magenta #B607A9

RGB

 RED value IS 182 (71.48% from 255) = 50.84%

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 50.84%
G = 1.96%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B607A9 (or 0xB607A9) is known color: Deep Magenta. HEX triplet: B6, 07 and A9. RGB value is (182,7,169). Sum of RGB (Red+Green+Blue) = 182+7+169=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B607A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B607A9 is #49F856. Grayscale: #4D4D4D. Windows color (decimal): -4847703 or 11077558. OLE color: 11077558.

HSL color Cylindrical-coordinate representation of color #B607A9: hue angle of 304.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607A9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 7 169 -
CMYK 0 0.96 0.07 0.29
HSL 304.46º 0.93% 0.37% -
HSV(B) 304.46º 0.96% 0.71% -
XYZ 26.53 12.96 38.64 -
YUV 77.79 179.48 202.33 -
System Red Green Blue C M Y K H S L
Decimal 182 7 169 0 0.96 0.07 0.29 304.46 0.93 0.37
Hex B6 7 A9 0 60 7 1D 130 5D 25
Octal 266 7 251 0 140 7 35 460 135 45
Binary 10110110 111 10101001 0 1100000 111 11101 100110000 1011101 100101

Color Harmonies of #B607A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607A9

Black with #B607A9

Text Example


Text Example

White with #B607A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607A9; }

 p { color: rgb(182,7,169); }

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

background-color css

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

 a { background-color: rgb(182,7,169); }

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

border-color css

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

 span { border-color: rgb(182,7,169); }

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