Html Css Color HEX #B30571 Jazzberry Jam

📋 copy color: '#B30571'

red 179 ◦ green 5 ◦ blue 113

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

Shades of Jazzberry Jam #B30571

Tints of Jazzberry Jam #B30571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 60.27%
G = 1.68%
B = 38.05%

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

#B30571 (or 0xB30571) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 71. RGB value is (179,5,113). Sum of RGB (Red+Green+Blue) = 179+5+113=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B30571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30571 is #4CFA8E. Grayscale: #454545. Windows color (decimal): -5044879 or 7407027. OLE color: 7407027.

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

Color convert

RGB 179 5 113 -
CMYK 0 0.97 0.37 0.30
HSL 322.76º 0.95% 0.36% -
HSV(B) 322.76º 0.97% 0.7% -
XYZ 21.63 10.88 16.58 -
YUV 69.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 179 5 113 0 0.97 0.37 0.30 322.76 0.95 0.36
Hex B3 5 71 0 61 25 1E 143 5F 24
Octal 263 5 161 0 141 45 36 503 137 44
Binary 10110011 101 1110001 0 1100001 100101 11110 101000011 1011111 100100

Color Harmonies of #B30571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30571

Black with #B30571

Text Example


Text Example

White with #B30571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30571; }

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

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

background-color css

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

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

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

border-color css

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

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

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