Html Css Color HEX #B30470 Jazzberry Jam

📋 copy color: '#B30470'

red 179 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #B30470

Tints of Jazzberry Jam #B30470

RGB

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

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

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

R = 60.68%
G = 1.36%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30470 (or 0xB30470) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 70. RGB value is (179,4,112). Sum of RGB (Red+Green+Blue) = 179+4+112=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B30470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30470 is #4CFB8F. Grayscale: #444444. Windows color (decimal): -5045136 or 7341235. OLE color: 7341235.

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

Color convert

RGB 179 4 112 -
CMYK 0 0.98 0.37 0.30
HSL 322.97º 0.96% 0.36% -
HSV(B) 322.97º 0.98% 0.7% -
XYZ 21.56 10.84 16.29 -
YUV 68.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 179 4 112 0 0.98 0.37 0.30 322.97 0.96 0.36
Hex B3 4 70 0 62 25 1E 143 60 24
Octal 263 4 160 0 142 45 36 503 140 44
Binary 10110011 100 1110000 0 1100010 100101 11110 101000011 1100000 100100

Color Harmonies of #B30470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30470

Black with #B30470

Text Example


Text Example

White with #B30470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30470; }

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

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

background-color css

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

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

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

border-color css

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

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

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