Html Css Color HEX #B1044E Jazzberry Jam

📋 copy color: '#B1044E'

red 177 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #B1044E

Tints of Jazzberry Jam #B1044E

RGB

 RED value IS 177 (69.53% from 255) = 68.34%

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

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 68.34%
G = 1.54%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1044E (or 0xB1044E) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 4E. RGB value is (177,4,78). Sum of RGB (Red+Green+Blue) = 177+4+78=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1044E is #4EFBB1. Grayscale: #404040. Windows color (decimal): -5176242 or 5113009. OLE color: 5113009.

HSL color Cylindrical-coordinate representation of color #B1044E: hue angle of 334.34º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1044E is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 78 -
CMYK 0 0.98 0.56 0.31
HSL 334.34º 0.96% 0.35% -
HSV(B) 334.34º 0.98% 0.69% -
XYZ 19.55 9.98 8.1 -
YUV 64.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 177 4 78 0 0.98 0.56 0.31 334.34 0.96 0.35
Hex B1 4 4E 0 62 38 1F 14E 60 23
Octal 261 4 116 0 142 70 37 516 140 43
Binary 10110001 100 1001110 0 1100010 111000 11111 101001110 1100000 100011

Color Harmonies of #B1044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1044E

Black with #B1044E

Text Example


Text Example

White with #B1044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1044E; }

 p { color: rgb(177,4,78); }

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

background-color css

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

 a { background-color: rgb(177,4,78); }

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

border-color css

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

 span { border-color: rgb(177,4,78); }

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