Html Css Color HEX #B30570 Jazzberry Jam

📋 copy color: '#B30570'

red 179 ◦ green 5 ◦ blue 112

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

Shades of Jazzberry Jam #B30570

Tints of Jazzberry Jam #B30570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 60.47%
G = 1.69%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30570 (or 0xB30570) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 70. RGB value is (179,5,112). Sum of RGB (Red+Green+Blue) = 179+5+112=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B30570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30570 is #4CFA8F. Grayscale: #444444. Windows color (decimal): -5044880 or 7341491. OLE color: 7341491.

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

Color convert

RGB 179 5 112 -
CMYK 0 0.97 0.37 0.30
HSL 323.1º 0.95% 0.36% -
HSV(B) 323.1º 0.97% 0.7% -
XYZ 21.57 10.86 16.29 -
YUV 69.22 152.15 206.3 -
System Red Green Blue C M Y K H S L
Decimal 179 5 112 0 0.97 0.37 0.30 323.1 0.95 0.36
Hex B3 5 70 0 61 25 1E 143 5F 24
Octal 263 5 160 0 141 45 36 503 137 44
Binary 10110011 101 1110000 0 1100001 100101 11110 101000011 1011111 100100

Color Harmonies of #B30570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30570

Black with #B30570

Text Example


Text Example

White with #B30570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30570; }

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

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

background-color css

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

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

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

border-color css

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

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

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