Html Css Color HEX #B30E73 Jazzberry Jam

📋 copy color: '#B30E73'

red 179 ◦ green 14 ◦ blue 115

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

Shades of Jazzberry Jam #B30E73

Tints of Jazzberry Jam #B30E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 58.12%
G = 4.55%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30E73 (or 0xB30E73) is known color: Jazzberry Jam. HEX triplet: B3, 0E and 73. RGB value is (179,14,115). Sum of RGB (Red+Green+Blue) = 179+14+115=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30E73 is #4CF18C. Grayscale: #4A4A4A. Windows color (decimal): -5042573 or 7540403. OLE color: 7540403.

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

Color convert

RGB 179 14 115 -
CMYK 0 0.92 0.36 0.30
HSL 323.27º 0.85% 0.38% -
HSV(B) 323.27º 0.92% 0.7% -
XYZ 21.84 11.14 17.22 -
YUV 74.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 179 14 115 0 0.92 0.36 0.30 323.27 0.85 0.38
Hex B3 E 73 0 5C 24 1E 143 55 26
Octal 263 16 163 0 134 44 36 503 125 46
Binary 10110011 1110 1110011 0 1011100 100100 11110 101000011 1010101 100110

Color Harmonies of #B30E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E73

Black with #B30E73

Text Example


Text Example

White with #B30E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E73; }

 p { color: rgb(179,14,115); }

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

background-color css

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

 a { background-color: rgb(179,14,115); }

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

border-color css

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

 span { border-color: rgb(179,14,115); }

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