Html Css Color HEX #B01770 Jazzberry Jam

📋 copy color: '#B01770'

red 176 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #B01770

Tints of Jazzberry Jam #B01770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 56.59%
G = 7.4%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B01770 (or 0xB01770) is known color: Jazzberry Jam. HEX triplet: B0, 17 and 70. RGB value is (176,23,112). Sum of RGB (Red+Green+Blue) = 176+23+112=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B01770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01770 is #4FE88F. Grayscale: #4E4E4E. Windows color (decimal): -5236880 or 7346096. OLE color: 7346096.

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

Color convert

RGB 176 23 112 -
CMYK 0 0.87 0.36 0.31
HSL 325.1º 0.77% 0.39% -
HSV(B) 325.1º 0.87% 0.69% -
XYZ 21.14 11.01 16.34 -
YUV 78.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 176 23 112 0 0.87 0.36 0.31 325.1 0.77 0.39
Hex B0 17 70 0 57 24 1F 145 4D 27
Octal 260 27 160 0 127 44 37 505 115 47
Binary 10110000 10111 1110000 0 1010111 100100 11111 101000101 1001101 100111

Color Harmonies of #B01770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01770

Black with #B01770

Text Example


Text Example

White with #B01770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01770; }

 p { color: rgb(176,23,112); }

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

background-color css

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

 a { background-color: rgb(176,23,112); }

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

border-color css

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

 span { border-color: rgb(176,23,112); }

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