Html Css Color HEX #B2056F Jazzberry Jam

📋 copy color: '#B2056F'

red 178 ◦ green 5 ◦ blue 111

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

Shades of Jazzberry Jam #B2056F

Tints of Jazzberry Jam #B2056F

RGB

 RED value IS 178 (69.92% from 255) = 60.54%

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

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

R = 60.54%
G = 1.7%
B = 37.76%

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

#B2056F (or 0xB2056F) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 6F. RGB value is (178,5,111). Sum of RGB (Red+Green+Blue) = 178+5+111=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2056F is #4DFA90. Grayscale: #444444. Windows color (decimal): -5110417 or 7275954. OLE color: 7275954.

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

Color convert

RGB 178 5 111 -
CMYK 0 0.97 0.38 0.30
HSL 323.24º 0.95% 0.36% -
HSV(B) 323.24º 0.97% 0.7% -
XYZ 21.28 10.72 15.99 -
YUV 68.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 178 5 111 0 0.97 0.38 0.30 323.24 0.95 0.36
Hex B2 5 6F 0 61 26 1E 143 5F 24
Octal 262 5 157 0 141 46 36 503 137 44
Binary 10110010 101 1101111 0 1100001 100110 11110 101000011 1011111 100100

Color Harmonies of #B2056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2056F

Black with #B2056F

Text Example


Text Example

White with #B2056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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