Html Css Color HEX #B304CE Deep Magenta

📋 copy color: '#B304CE'

red 179 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #B304CE

Tints of Deep Magenta #B304CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 46.02%
G = 1.03%
B = 52.96%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B304CE (or 0xB304CE) is known color: Deep Magenta. HEX triplet: B3, 04 and CE. RGB value is (179,4,206). Sum of RGB (Red+Green+Blue) = 179+4+206=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B304CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304CE is #4CFB31. Grayscale: #4E4E4E. Windows color (decimal): -5045042 or 13501619. OLE color: 13501619.

HSL color Cylindrical-coordinate representation of color #B304CE: hue angle of 291.98º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304CE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 4 206 -
CMYK 0.13 0.98 0 0.19
HSL 291.98º 0.96% 0.41% -
HSV(B) 291.98º 0.98% 0.81% -
XYZ 29.77 14.13 59.55 -
YUV 79.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 179 4 206 0.13 0.98 0 0.19 291.98 0.96 0.41
Hex B3 4 CE D 62 0 13 124 60 29
Octal 263 4 316 15 142 0 23 444 140 51
Binary 10110011 100 11001110 1101 1100010 0 10011 100100100 1100000 101001

Color Harmonies of #B304CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304CE

Black with #B304CE

Text Example


Text Example

White with #B304CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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