Html Css Color HEX #B30673 Jazzberry Jam

📋 copy color: '#B30673'

red 179 ◦ green 6 ◦ blue 115

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

Shades of Jazzberry Jam #B30673

Tints of Jazzberry Jam #B30673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 59.67%
G = 2%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30673 (or 0xB30673) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 73. RGB value is (179,6,115). Sum of RGB (Red+Green+Blue) = 179+6+115=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B30673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30673 is #4CF98C. Grayscale: #454545. Windows color (decimal): -5044621 or 7538355. OLE color: 7538355.

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

Color convert

RGB 179 6 115 -
CMYK 0 0.97 0.36 0.30
HSL 322.2º 0.94% 0.36% -
HSV(B) 322.2º 0.97% 0.7% -
XYZ 21.75 10.95 17.19 -
YUV 70.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 179 6 115 0 0.97 0.36 0.30 322.2 0.94 0.36
Hex B3 6 73 0 61 24 1E 142 5E 24
Octal 263 6 163 0 141 44 36 502 136 44
Binary 10110011 110 1110011 0 1100001 100100 11110 101000010 1011110 100100

Color Harmonies of #B30673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30673

Black with #B30673

Text Example


Text Example

White with #B30673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30673; }

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

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

background-color css

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

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

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

border-color css

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

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

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