Html Css Color HEX #B10871 Jazzberry Jam

📋 copy color: '#B10871'

red 177 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #B10871

Tints of Jazzberry Jam #B10871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 59.4%
G = 2.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B10871 (or 0xB10871) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 71. RGB value is (177,8,113). Sum of RGB (Red+Green+Blue) = 177+8+113=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B10871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10871 is #4EF78E. Grayscale: #464646. Windows color (decimal): -5175183 or 7407793. OLE color: 7407793.

HSL color Cylindrical-coordinate representation of color #B10871: hue angle of 322.72º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10871 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 113 -
CMYK 0 0.95 0.36 0.31
HSL 322.72º 0.91% 0.36% -
HSV(B) 322.72º 0.95% 0.69% -
XYZ 21.2 10.71 16.57 -
YUV 70.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 177 8 113 0 0.95 0.36 0.31 322.72 0.91 0.36
Hex B1 8 71 0 5F 24 1F 143 5B 24
Octal 261 10 161 0 137 44 37 503 133 44
Binary 10110001 1000 1110001 0 1011111 100100 11111 101000011 1011011 100100

Color Harmonies of #B10871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10871

Black with #B10871

Text Example


Text Example

White with #B10871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10871; }

 p { color: rgb(177,8,113); }

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

background-color css

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

 a { background-color: rgb(177,8,113); }

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

border-color css

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

 span { border-color: rgb(177,8,113); }

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