Html Css Color HEX #B304C0 Deep Magenta

📋 copy color: '#B304C0'

red 179 ◦ green 4 ◦ blue 192

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

Shades of Deep Magenta #B304C0

Tints of Deep Magenta #B304C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 47.73%
G = 1.07%
B = 51.2%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B304C0 (or 0xB304C0) is known color: Deep Magenta. HEX triplet: B3, 04 and C0. RGB value is (179,4,192). Sum of RGB (Red+Green+Blue) = 179+4+192=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #B304C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304C0 is #4CFB3F. Grayscale: #4D4D4D. Windows color (decimal): -5045056 or 12584115. OLE color: 12584115.

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

Color convert

RGB 179 4 192 -
CMYK 0.07 0.98 0 0.25
HSL 295.85º 0.96% 0.38% -
HSV(B) 295.85º 0.98% 0.75% -
XYZ 28.15 13.48 50.99 -
YUV 77.76 192.48 200.21 -
System Red Green Blue C M Y K H S L
Decimal 179 4 192 0.07 0.98 0 0.25 295.85 0.96 0.38
Hex B3 4 C0 7 62 0 19 128 60 26
Octal 263 4 300 7 142 0 31 450 140 46
Binary 10110011 100 11000000 111 1100010 0 11001 100101000 1100000 100110

Color Harmonies of #B304C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304C0

Black with #B304C0

Text Example


Text Example

White with #B304C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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