Html Css Color HEX #B30171 Jazzberry Jam

📋 copy color: '#B30171'

red 179 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B30171

Tints of Jazzberry Jam #B30171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 61.09%
G = 0.34%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30171 (or 0xB30171) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 71. RGB value is (179,1,113). Sum of RGB (Red+Green+Blue) = 179+1+113=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B30171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30171 is #4CFE8E. Grayscale: #424242. Windows color (decimal): -5045903 or 7406003. OLE color: 7406003.

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

Color convert

RGB 179 1 113 -
CMYK 0 0.99 0.37 0.30
HSL 322.25º 0.99% 0.35% -
HSV(B) 322.25º 0.99% 0.7% -
XYZ 21.58 10.8 16.57 -
YUV 66.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 179 1 113 0 0.99 0.37 0.30 322.25 0.99 0.35
Hex B3 1 71 0 63 25 1E 142 63 23
Octal 263 1 161 0 143 45 36 502 143 43
Binary 10110011 1 1110001 0 1100011 100101 11110 101000010 1100011 100011

Color Harmonies of #B30171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30171

Black with #B30171

Text Example


Text Example

White with #B30171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30171; }

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

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

background-color css

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

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

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

border-color css

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

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

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