Html Css Color HEX #B10070 Jazzberry Jam

📋 copy color: '#B10070'

red 177 ◦ green 0 ◦ blue 112

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

Shades of Jazzberry Jam #B10070

Tints of Jazzberry Jam #B10070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.25%
G = 0%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B10070 (or 0xB10070) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 70. RGB value is (177,0,112). Sum of RGB (Red+Green+Blue) = 177+0+112=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B10070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10070 is #4EFF8F. Grayscale: #414141. Windows color (decimal): -5177232 or 7340209. OLE color: 7340209.

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

Color convert

RGB 177 0 112 -
CMYK 0 1 0.37 0.31
HSL 322.03º 1% 0.35% -
HSV(B) 322.03º 1% 0.69% -
XYZ 21.06 10.52 16.25 -
YUV 65.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 177 0 112 0 1 0.37 0.31 322.03 1 0.35
Hex B1 0 70 0 64 25 1F 142 64 23
Octal 261 0 160 0 144 45 37 502 144 43
Binary 10110001 0 1110000 0 1100100 100101 11111 101000010 1100100 100011

Color Harmonies of #B10070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10070

Black with #B10070

Text Example


Text Example

White with #B10070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10070; }

 p { color: rgb(177,0,112); }

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

background-color css

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

 a { background-color: rgb(177,0,112); }

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

border-color css

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

 span { border-color: rgb(177,0,112); }

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