Html Css Color HEX #B30574 Jazzberry Jam

📋 copy color: '#B30574'

red 179 ◦ green 5 ◦ blue 116

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

Shades of Jazzberry Jam #B30574

Tints of Jazzberry Jam #B30574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 59.67%
G = 1.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B30574 (or 0xB30574) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 74. RGB value is (179,5,116). Sum of RGB (Red+Green+Blue) = 179+5+116=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B30574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30574 is #4CFA8B. Grayscale: #454545. Windows color (decimal): -5044876 or 7603635. OLE color: 7603635.

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

Color convert

RGB 179 5 116 -
CMYK 0 0.97 0.35 0.30
HSL 321.72º 0.95% 0.36% -
HSV(B) 321.72º 0.97% 0.7% -
XYZ 21.8 10.95 17.49 -
YUV 69.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 179 5 116 0 0.97 0.35 0.30 321.72 0.95 0.36
Hex B3 5 74 0 61 23 1E 142 5F 24
Octal 263 5 164 0 141 43 36 502 137 44
Binary 10110011 101 1110100 0 1100001 100011 11110 101000010 1011111 100100

Color Harmonies of #B30574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30574

Black with #B30574

Text Example


Text Example

White with #B30574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30574; }

 p { color: rgb(179,5,116); }

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

background-color css

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

 a { background-color: rgb(179,5,116); }

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

border-color css

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

 span { border-color: rgb(179,5,116); }

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