Html Css Color HEX #B1145E Jazzberry Jam

📋 copy color: '#B1145E'

red 177 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #B1145E

Tints of Jazzberry Jam #B1145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 60.82%
G = 6.87%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1145E (or 0xB1145E) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 5E. RGB value is (177,20,94). Sum of RGB (Red+Green+Blue) = 177+20+94=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1145E is #4EEBA1. Grayscale: #4B4B4B. Windows color (decimal): -5172130 or 6165681. OLE color: 6165681.

HSL color Cylindrical-coordinate representation of color #B1145E: hue angle of 331.72º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1145E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 94 -
CMYK 0 0.89 0.47 0.31
HSL 331.72º 0.8% 0.39% -
HSV(B) 331.72º 0.89% 0.69% -
XYZ 20.4 10.66 11.57 -
YUV 75.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 177 20 94 0 0.89 0.47 0.31 331.72 0.8 0.39
Hex B1 14 5E 0 59 2F 1F 14C 50 27
Octal 261 24 136 0 131 57 37 514 120 47
Binary 10110001 10100 1011110 0 1011001 101111 11111 101001100 1010000 100111

Color Harmonies of #B1145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1145E

Black with #B1145E

Text Example


Text Example

White with #B1145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1145E; }

 p { color: rgb(177,20,94); }

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

background-color css

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

 a { background-color: rgb(177,20,94); }

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

border-color css

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

 span { border-color: rgb(177,20,94); }

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