Html Css Color HEX #B30474 Jazzberry Jam

📋 copy color: '#B30474'

red 179 ◦ green 4 ◦ blue 116

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

Shades of Jazzberry Jam #B30474

Tints of Jazzberry Jam #B30474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 59.87%
G = 1.34%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B30474 (or 0xB30474) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 74. RGB value is (179,4,116). Sum of RGB (Red+Green+Blue) = 179+4+116=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30474 is #4CFB8B. Grayscale: #444444. Windows color (decimal): -5045132 or 7603379. OLE color: 7603379.

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

Color convert

RGB 179 4 116 -
CMYK 0 0.98 0.35 0.30
HSL 321.6º 0.96% 0.36% -
HSV(B) 321.6º 0.98% 0.7% -
XYZ 21.79 10.93 17.48 -
YUV 69.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 179 4 116 0 0.98 0.35 0.30 321.6 0.96 0.36
Hex B3 4 74 0 62 23 1E 142 60 24
Octal 263 4 164 0 142 43 36 502 140 44
Binary 10110011 100 1110100 0 1100010 100011 11110 101000010 1100000 100100

Color Harmonies of #B30474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30474

Black with #B30474

Text Example


Text Example

White with #B30474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30474; }

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

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

background-color css

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

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

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

border-color css

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

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

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