Html Css Color HEX #B30C73 Jazzberry Jam

📋 copy color: '#B30C73'

red 179 ◦ green 12 ◦ blue 115

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

Shades of Jazzberry Jam #B30C73

Tints of Jazzberry Jam #B30C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 58.5%
G = 3.92%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30C73 (or 0xB30C73) is known color: Jazzberry Jam. HEX triplet: B3, 0C and 73. RGB value is (179,12,115). Sum of RGB (Red+Green+Blue) = 179+12+115=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30C73 is #4CF38C. Grayscale: #494949. Windows color (decimal): -5043085 or 7539891. OLE color: 7539891.

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

Color convert

RGB 179 12 115 -
CMYK 0 0.93 0.36 0.30
HSL 322.99º 0.87% 0.37% -
HSV(B) 322.99º 0.93% 0.7% -
XYZ 21.82 11.08 17.21 -
YUV 73.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 179 12 115 0 0.93 0.36 0.30 322.99 0.87 0.37
Hex B3 C 73 0 5D 24 1E 143 57 25
Octal 263 14 163 0 135 44 36 503 127 45
Binary 10110011 1100 1110011 0 1011101 100100 11110 101000011 1010111 100101

Color Harmonies of #B30C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C73

Black with #B30C73

Text Example


Text Example

White with #B30C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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