Html Css Color HEX #B304AB Deep Magenta

📋 copy color: '#B304AB'

red 179 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #B304AB

Tints of Deep Magenta #B304AB

RGB

 RED value IS 179 (70.31% from 255) = 50.56%

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

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

R = 50.56%
G = 1.13%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B304AB (or 0xB304AB) is known color: Deep Magenta. HEX triplet: B3, 04 and AB. RGB value is (179,4,171). Sum of RGB (Red+Green+Blue) = 179+4+171=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B304AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304AB is #4CFB54. Grayscale: #4A4A4A. Windows color (decimal): -5045077 or 11207859. OLE color: 11207859.

HSL color Cylindrical-coordinate representation of color #B304AB: hue angle of 302.74º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304AB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 4 171 -
CMYK 0 0.98 0.04 0.30
HSL 302.74º 0.96% 0.36% -
HSV(B) 302.74º 0.98% 0.7% -
XYZ 25.98 12.61 39.59 -
YUV 75.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 179 4 171 0 0.98 0.04 0.30 302.74 0.96 0.36
Hex B3 4 AB 0 62 4 1E 12F 60 24
Octal 263 4 253 0 142 4 36 457 140 44
Binary 10110011 100 10101011 0 1100010 100 11110 100101111 1100000 100100

Color Harmonies of #B304AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304AB

Black with #B304AB

Text Example


Text Example

White with #B304AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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