Html Css Color HEX #B2044F Jazzberry Jam

📋 copy color: '#B2044F'

red 178 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #B2044F

Tints of Jazzberry Jam #B2044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 68.2%
G = 1.53%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2044F (or 0xB2044F) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 4F. RGB value is (178,4,79). Sum of RGB (Red+Green+Blue) = 178+4+79=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2044F is #4DFBB0. Grayscale: #404040. Windows color (decimal): -5110705 or 5178546. OLE color: 5178546.

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

Color convert

RGB 178 4 79 -
CMYK 0 0.98 0.56 0.30
HSL 334.14º 0.96% 0.36% -
HSV(B) 334.14º 0.98% 0.7% -
XYZ 19.81 10.12 8.31 -
YUV 64.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 178 4 79 0 0.98 0.56 0.30 334.14 0.96 0.36
Hex B2 4 4F 0 62 38 1E 14E 60 24
Octal 262 4 117 0 142 70 36 516 140 44
Binary 10110010 100 1001111 0 1100010 111000 11110 101001110 1100000 100100

Color Harmonies of #B2044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2044F

Black with #B2044F

Text Example


Text Example

White with #B2044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2044F; }

 p { color: rgb(178,4,79); }

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

background-color css

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

 a { background-color: rgb(178,4,79); }

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

border-color css

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

 span { border-color: rgb(178,4,79); }

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