Html Css Color HEX #B30464 Jazzberry Jam

📋 copy color: '#B30464'

red 179 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B30464

Tints of Jazzberry Jam #B30464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 63.25%
G = 1.41%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30464 (or 0xB30464) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 64. RGB value is (179,4,100). Sum of RGB (Red+Green+Blue) = 179+4+100=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30464 is #4CFB9B. Grayscale: #434343. Windows color (decimal): -5045148 or 6554803. OLE color: 6554803.

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

Color convert

RGB 179 4 100 -
CMYK 0 0.98 0.44 0.30
HSL 327.09º 0.96% 0.36% -
HSV(B) 327.09º 0.98% 0.7% -
XYZ 20.93 10.59 13 -
YUV 67.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 179 4 100 0 0.98 0.44 0.30 327.09 0.96 0.36
Hex B3 4 64 0 62 2C 1E 147 60 24
Octal 263 4 144 0 142 54 36 507 140 44
Binary 10110011 100 1100100 0 1100010 101100 11110 101000111 1100000 100100

Color Harmonies of #B30464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30464

Black with #B30464

Text Example


Text Example

White with #B30464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30464; }

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

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

background-color css

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

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

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

border-color css

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

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

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