Html Css Color HEX #B3056F Jazzberry Jam

📋 copy color: '#B3056F'

red 179 ◦ green 5 ◦ blue 111

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

Shades of Jazzberry Jam #B3056F

Tints of Jazzberry Jam #B3056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 60.68%
G = 1.69%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3056F (or 0xB3056F) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 6F. RGB value is (179,5,111). Sum of RGB (Red+Green+Blue) = 179+5+111=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3056F is #4CFA90. Grayscale: #444444. Windows color (decimal): -5044881 or 7275955. OLE color: 7275955.

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

Color convert

RGB 179 5 111 -
CMYK 0 0.97 0.38 0.30
HSL 323.45º 0.95% 0.36% -
HSV(B) 323.45º 0.97% 0.7% -
XYZ 21.51 10.84 16 -
YUV 69.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 179 5 111 0 0.97 0.38 0.30 323.45 0.95 0.36
Hex B3 5 6F 0 61 26 1E 143 5F 24
Octal 263 5 157 0 141 46 36 503 137 44
Binary 10110011 101 1101111 0 1100001 100110 11110 101000011 1011111 100100

Color Harmonies of #B3056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3056F

Black with #B3056F

Text Example


Text Example

White with #B3056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3056F; }

 p { color: rgb(179,5,111); }

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

background-color css

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

 a { background-color: rgb(179,5,111); }

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

border-color css

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

 span { border-color: rgb(179,5,111); }

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