Html Css Color HEX #B1034E Jazzberry Jam

📋 copy color: '#B1034E'

red 177 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #B1034E

Tints of Jazzberry Jam #B1034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 68.6%
G = 1.16%
B = 30.23%

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

#B1034E (or 0xB1034E) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 4E. RGB value is (177,3,78). Sum of RGB (Red+Green+Blue) = 177+3+78=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1034E is #4EFCB1. Grayscale: #3F3F3F. Windows color (decimal): -5176498 or 5112753. OLE color: 5112753.

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

Color convert

RGB 177 3 78 -
CMYK 0 0.98 0.56 0.31
HSL 334.14º 0.97% 0.35% -
HSV(B) 334.14º 0.98% 0.69% -
XYZ 19.54 9.96 8.1 -
YUV 63.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 177 3 78 0 0.98 0.56 0.31 334.14 0.97 0.35
Hex B1 3 4E 0 62 38 1F 14E 61 23
Octal 261 3 116 0 142 70 37 516 141 43
Binary 10110001 11 1001110 0 1100010 111000 11111 101001110 1100001 100011

Color Harmonies of #B1034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1034E

Black with #B1034E

Text Example


Text Example

White with #B1034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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