Html Css Color HEX #B30573 Jazzberry Jam

📋 copy color: '#B30573'

red 179 ◦ green 5 ◦ blue 115

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

Shades of Jazzberry Jam #B30573

Tints of Jazzberry Jam #B30573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 59.87%
G = 1.67%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30573 (or 0xB30573) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 73. RGB value is (179,5,115). Sum of RGB (Red+Green+Blue) = 179+5+115=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30573 is #4CFA8C. Grayscale: #454545. Windows color (decimal): -5044877 or 7538099. OLE color: 7538099.

HSL color Cylindrical-coordinate representation of color #B30573: hue angle of 322.07º 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 #B30573 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 115 -
CMYK 0 0.97 0.36 0.30
HSL 322.07º 0.95% 0.36% -
HSV(B) 322.07º 0.97% 0.7% -
XYZ 21.74 10.93 17.18 -
YUV 69.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 179 5 115 0 0.97 0.36 0.30 322.07 0.95 0.36
Hex B3 5 73 0 61 24 1E 142 5F 24
Octal 263 5 163 0 141 44 36 502 137 44
Binary 10110011 101 1110011 0 1100001 100100 11110 101000010 1011111 100100

Color Harmonies of #B30573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30573

Black with #B30573

Text Example


Text Example

White with #B30573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30573; }

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

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

background-color css

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

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

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

border-color css

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

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

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