Html Css Color HEX #B10163 Jazzberry Jam

📋 copy color: '#B10163'

red 177 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #B10163

Tints of Jazzberry Jam #B10163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 63.9%
G = 0.36%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10163 (or 0xB10163) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 63. RGB value is (177,1,99). Sum of RGB (Red+Green+Blue) = 177+1+99=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B10163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10163 is #4EFE9C. Grayscale: #404040. Windows color (decimal): -5176989 or 6488497. OLE color: 6488497.

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

Color convert

RGB 177 1 99 -
CMYK 0 0.99 0.44 0.31
HSL 326.59º 0.99% 0.35% -
HSV(B) 326.59º 0.99% 0.69% -
XYZ 20.39 10.27 12.71 -
YUV 64.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 177 1 99 0 0.99 0.44 0.31 326.59 0.99 0.35
Hex B1 1 63 0 63 2C 1F 147 63 23
Octal 261 1 143 0 143 54 37 507 143 43
Binary 10110001 1 1100011 0 1100011 101100 11111 101000111 1100011 100011

Color Harmonies of #B10163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10163

Black with #B10163

Text Example


Text Example

White with #B10163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10163; }

 p { color: rgb(177,1,99); }

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

background-color css

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

 a { background-color: rgb(177,1,99); }

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

border-color css

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

 span { border-color: rgb(177,1,99); }

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