Html Css Color HEX #B01071 Jazzberry Jam

📋 copy color: '#B01071'

red 176 ◦ green 16 ◦ blue 113

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

Shades of Jazzberry Jam #B01071

Tints of Jazzberry Jam #B01071

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

 GREEN value IS 16 (6.64% from 255) = 5.25%

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

R = 57.7%
G = 5.25%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B01071 (or 0xB01071) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 71. RGB value is (176,16,113). Sum of RGB (Red+Green+Blue) = 176+16+113=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B01071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01071 is #4FEF8E. Grayscale: #4A4A4A. Windows color (decimal): -5238671 or 7409840. OLE color: 7409840.

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

Color convert

RGB 176 16 113 -
CMYK 0 0.91 0.36 0.31
HSL 323.63º 0.83% 0.38% -
HSV(B) 323.63º 0.91% 0.69% -
XYZ 21.07 10.79 16.6 -
YUV 74.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 176 16 113 0 0.91 0.36 0.31 323.63 0.83 0.38
Hex B0 10 71 0 5B 24 1F 144 53 26
Octal 260 20 161 0 133 44 37 504 123 46
Binary 10110000 10000 1110001 0 1011011 100100 11111 101000100 1010011 100110

Color Harmonies of #B01071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01071

Black with #B01071

Text Example


Text Example

White with #B01071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01071; }

 p { color: rgb(176,16,113); }

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

background-color css

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

 a { background-color: rgb(176,16,113); }

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

border-color css

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

 span { border-color: rgb(176,16,113); }

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