Html Css Color HEX #B10263 Jazzberry Jam

📋 copy color: '#B10263'

red 177 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #B10263

Tints of Jazzberry Jam #B10263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 63.67%
G = 0.72%
B = 35.61%

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

#B10263 (or 0xB10263) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 63. RGB value is (177,2,99). Sum of RGB (Red+Green+Blue) = 177+2+99=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B10263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10263 is #4EFD9C. Grayscale: #414141. Windows color (decimal): -5176733 or 6488753. OLE color: 6488753.

HSL color Cylindrical-coordinate representation of color #B10263: hue angle of 326.74º degrees, saturation: 0.98, 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 #B10263 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 99 -
CMYK 0 0.99 0.44 0.31
HSL 326.74º 0.98% 0.35% -
HSV(B) 326.74º 0.99% 0.69% -
XYZ 20.41 10.29 12.72 -
YUV 65.38 146.98 207.61 -
System Red Green Blue C M Y K H S L
Decimal 177 2 99 0 0.99 0.44 0.31 326.74 0.98 0.35
Hex B1 2 63 0 63 2C 1F 147 62 23
Octal 261 2 143 0 143 54 37 507 142 43
Binary 10110001 10 1100011 0 1100011 101100 11111 101000111 1100010 100011

Color Harmonies of #B10263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10263

Black with #B10263

Text Example


Text Example

White with #B10263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10263; }

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

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

background-color css

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

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

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

border-color css

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

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

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