Html Css Color HEX #B30773 Jazzberry Jam

📋 copy color: '#B30773'

red 179 ◦ green 7 ◦ blue 115

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

Shades of Jazzberry Jam #B30773

Tints of Jazzberry Jam #B30773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 59.47%
G = 2.33%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30773 (or 0xB30773) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 73. RGB value is (179,7,115). Sum of RGB (Red+Green+Blue) = 179+7+115=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30773 is #4CF88C. Grayscale: #464646. Windows color (decimal): -5044365 or 7538611. OLE color: 7538611.

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

Color convert

RGB 179 7 115 -
CMYK 0 0.96 0.36 0.30
HSL 322.33º 0.92% 0.36% -
HSV(B) 322.33º 0.96% 0.7% -
XYZ 21.76 10.97 17.19 -
YUV 70.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 179 7 115 0 0.96 0.36 0.30 322.33 0.92 0.36
Hex B3 7 73 0 60 24 1E 142 5C 24
Octal 263 7 163 0 140 44 36 502 134 44
Binary 10110011 111 1110011 0 1100000 100100 11110 101000010 1011100 100100

Color Harmonies of #B30773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30773

Black with #B30773

Text Example


Text Example

White with #B30773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30773; }

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

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

background-color css

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

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

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

border-color css

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

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

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