Html Css Color HEX #B30172 Jazzberry Jam

📋 copy color: '#B30172'

red 179 ◦ green 1 ◦ blue 114

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

Shades of Jazzberry Jam #B30172

Tints of Jazzberry Jam #B30172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 60.88%
G = 0.34%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30172 (or 0xB30172) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 72. RGB value is (179,1,114). Sum of RGB (Red+Green+Blue) = 179+1+114=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B30172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30172 is #4CFE8D. Grayscale: #424242. Windows color (decimal): -5045902 or 7471539. OLE color: 7471539.

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

Color convert

RGB 179 1 114 -
CMYK 0 0.99 0.36 0.30
HSL 321.91º 0.99% 0.35% -
HSV(B) 321.91º 0.99% 0.7% -
XYZ 21.64 10.82 16.87 -
YUV 67.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 179 1 114 0 0.99 0.36 0.30 321.91 0.99 0.35
Hex B3 1 72 0 63 24 1E 142 63 23
Octal 263 1 162 0 143 44 36 502 143 43
Binary 10110011 1 1110010 0 1100011 100100 11110 101000010 1100011 100011

Color Harmonies of #B30172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30172

Black with #B30172

Text Example


Text Example

White with #B30172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30172; }

 p { color: rgb(179,1,114); }

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

background-color css

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

 a { background-color: rgb(179,1,114); }

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

border-color css

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

 span { border-color: rgb(179,1,114); }

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