Html Css Color HEX #B30C71 Jazzberry Jam

📋 copy color: '#B30C71'

red 179 ◦ green 12 ◦ blue 113

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

Shades of Jazzberry Jam #B30C71

Tints of Jazzberry Jam #B30C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

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

R = 58.88%
G = 3.95%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30C71 (or 0xB30C71) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 71. RGB value is (179,12,113). Sum of RGB (Red+Green+Blue) = 179+12+113=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C71 is #4CF38E. Grayscale: #494949. Windows color (decimal): -5043087 or 7408819. OLE color: 7408819.

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

Color convert

RGB 179 12 113 -
CMYK 0 0.93 0.37 0.30
HSL 323.71º 0.87% 0.37% -
HSV(B) 323.71º 0.93% 0.7% -
XYZ 21.7 11.04 16.61 -
YUV 73.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 179 12 113 0 0.93 0.37 0.30 323.71 0.87 0.37
Hex B3 C 71 0 5D 25 1E 144 57 25
Octal 263 14 161 0 135 45 36 504 127 45
Binary 10110011 1100 1110001 0 1011101 100101 11110 101000100 1010111 100101

Color Harmonies of #B30C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C71

Black with #B30C71

Text Example


Text Example

White with #B30C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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