Html Css Color HEX #B30674 Jazzberry Jam

📋 copy color: '#B30674'

red 179 ◦ green 6 ◦ blue 116

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

Shades of Jazzberry Jam #B30674

Tints of Jazzberry Jam #B30674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 59.47%
G = 1.99%
B = 38.54%

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

#B30674 (or 0xB30674) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 74. RGB value is (179,6,116). Sum of RGB (Red+Green+Blue) = 179+6+116=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B30674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30674 is #4CF98B. Grayscale: #464646. Windows color (decimal): -5044620 or 7603891. OLE color: 7603891.

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

Color convert

RGB 179 6 116 -
CMYK 0 0.97 0.35 0.30
HSL 321.85º 0.94% 0.36% -
HSV(B) 321.85º 0.97% 0.7% -
XYZ 21.81 10.97 17.49 -
YUV 70.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 179 6 116 0 0.97 0.35 0.30 321.85 0.94 0.36
Hex B3 6 74 0 61 23 1E 142 5E 24
Octal 263 6 164 0 141 43 36 502 136 44
Binary 10110011 110 1110100 0 1100001 100011 11110 101000010 1011110 100100

Color Harmonies of #B30674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30674

Black with #B30674

Text Example


Text Example

White with #B30674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30674; }

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

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

background-color css

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

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

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

border-color css

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

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

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