Html Css Color HEX #B30875 Jazzberry Jam

📋 copy color: '#B30875'

red 179 ◦ green 8 ◦ blue 117

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

Shades of Jazzberry Jam #B30875

Tints of Jazzberry Jam #B30875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 58.88%
G = 2.63%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B30875 (or 0xB30875) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 75. RGB value is (179,8,117). Sum of RGB (Red+Green+Blue) = 179+8+117=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30875 is #4CF78A. Grayscale: #474747. Windows color (decimal): -5044107 or 7669939. OLE color: 7669939.

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

Color convert

RGB 179 8 117 -
CMYK 0 0.96 0.35 0.30
HSL 321.75º 0.91% 0.37% -
HSV(B) 321.75º 0.96% 0.7% -
XYZ 21.89 11.04 17.81 -
YUV 71.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 179 8 117 0 0.96 0.35 0.30 321.75 0.91 0.37
Hex B3 8 75 0 60 23 1E 142 5B 25
Octal 263 10 165 0 140 43 36 502 133 45
Binary 10110011 1000 1110101 0 1100000 100011 11110 101000010 1011011 100101

Color Harmonies of #B30875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30875

Black with #B30875

Text Example


Text Example

White with #B30875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30875; }

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

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

background-color css

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

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

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

border-color css

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

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

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