Html Css Color HEX #B1146F Jazzberry Jam

📋 copy color: '#B1146F'

red 177 ◦ green 20 ◦ blue 111

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

Shades of Jazzberry Jam #B1146F

Tints of Jazzberry Jam #B1146F

RGB

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

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

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

R = 57.47%
G = 6.49%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1146F (or 0xB1146F) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 6F. RGB value is (177,20,111). Sum of RGB (Red+Green+Blue) = 177+20+111=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1146F is #4EEB90. Grayscale: #4D4D4D. Windows color (decimal): -5172113 or 7279793. OLE color: 7279793.

HSL color Cylindrical-coordinate representation of color #B1146F: hue angle of 325.22º 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 #B1146F is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 111 -
CMYK 0 0.89 0.37 0.31
HSL 325.22º 0.8% 0.39% -
HSV(B) 325.22º 0.89% 0.69% -
XYZ 21.25 11 16.04 -
YUV 77.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 177 20 111 0 0.89 0.37 0.31 325.22 0.8 0.39
Hex B1 14 6F 0 59 25 1F 145 50 27
Octal 261 24 157 0 131 45 37 505 120 47
Binary 10110001 10100 1101111 0 1011001 100101 11111 101000101 1010000 100111

Color Harmonies of #B1146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1146F

Black with #B1146F

Text Example


Text Example

White with #B1146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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