Html Css Color HEX #B30774 Jazzberry Jam

📋 copy color: '#B30774'

red 179 ◦ green 7 ◦ blue 116

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

Shades of Jazzberry Jam #B30774

Tints of Jazzberry Jam #B30774

RGB

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

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

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

R = 59.27%
G = 2.32%
B = 38.41%

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

#B30774 (or 0xB30774) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 74. RGB value is (179,7,116). Sum of RGB (Red+Green+Blue) = 179+7+116=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B30774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30774 is #4CF88B. Grayscale: #464646. Windows color (decimal): -5044364 or 7604147. OLE color: 7604147.

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

Color convert

RGB 179 7 116 -
CMYK 0 0.96 0.35 0.30
HSL 321.98º 0.92% 0.36% -
HSV(B) 321.98º 0.96% 0.7% -
XYZ 21.82 11 17.5 -
YUV 70.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 179 7 116 0 0.96 0.35 0.30 321.98 0.92 0.36
Hex B3 7 74 0 60 23 1E 142 5C 24
Octal 263 7 164 0 140 43 36 502 134 44
Binary 10110011 111 1110100 0 1100000 100011 11110 101000010 1011100 100100

Color Harmonies of #B30774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30774

Black with #B30774

Text Example


Text Example

White with #B30774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30774; }

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

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

background-color css

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

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

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

border-color css

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

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

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