Html Css Color HEX #B30675 Jazzberry Jam

📋 copy color: '#B30675'

red 179 ◦ green 6 ◦ blue 117

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

Shades of Jazzberry Jam #B30675

Tints of Jazzberry Jam #B30675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 59.27%
G = 1.99%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B30675 (or 0xB30675) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 75. RGB value is (179,6,117). Sum of RGB (Red+Green+Blue) = 179+6+117=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30675 is #4CF98A. Grayscale: #464646. Windows color (decimal): -5044619 or 7669427. OLE color: 7669427.

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

Color convert

RGB 179 6 117 -
CMYK 0 0.97 0.35 0.30
HSL 321.5º 0.94% 0.36% -
HSV(B) 321.5º 0.97% 0.7% -
XYZ 21.87 11 17.8 -
YUV 70.38 154.31 205.47 -
System Red Green Blue C M Y K H S L
Decimal 179 6 117 0 0.97 0.35 0.30 321.5 0.94 0.36
Hex B3 6 75 0 61 23 1E 142 5E 24
Octal 263 6 165 0 141 43 36 502 136 44
Binary 10110011 110 1110101 0 1100001 100011 11110 101000010 1011110 100100

Color Harmonies of #B30675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30675

Black with #B30675

Text Example


Text Example

White with #B30675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30675; }

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

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

background-color css

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

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

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

border-color css

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

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

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