Html Css Color HEX #B704AB Deep Magenta

📋 copy color: '#B704AB'

red 183 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #B704AB

Tints of Deep Magenta #B704AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 51.12%
G = 1.12%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B704AB (or 0xB704AB) is known color: Deep Magenta. HEX triplet: B7, 04 and AB. RGB value is (183,4,171). Sum of RGB (Red+Green+Blue) = 183+4+171=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B704AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B704AB is #48FB54. Grayscale: #4C4C4C. Windows color (decimal): -4782933 or 11207863. OLE color: 11207863.

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

Color convert

RGB 183 4 171 -
CMYK 0 0.98 0.07 0.28
HSL 304.02º 0.96% 0.37% -
HSV(B) 304.02º 0.98% 0.72% -
XYZ 26.92 13.09 39.64 -
YUV 76.56 181.3 203.92 -
System Red Green Blue C M Y K H S L
Decimal 183 4 171 0 0.98 0.07 0.28 304.02 0.96 0.37
Hex B7 4 AB 0 62 7 1C 130 60 25
Octal 267 4 253 0 142 7 34 460 140 45
Binary 10110111 100 10101011 0 1100010 111 11100 100110000 1100000 100101

Color Harmonies of #B704AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704AB

Black with #B704AB

Text Example


Text Example

White with #B704AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704AB; }

 p { color: rgb(183,4,171); }

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

background-color css

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

 a { background-color: rgb(183,4,171); }

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

border-color css

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

 span { border-color: rgb(183,4,171); }

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