Html Css Color HEX #B10063 Jazzberry Jam

📋 copy color: '#B10063'

red 177 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #B10063

Tints of Jazzberry Jam #B10063

RGB

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

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

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

R = 64.13%
G = 0%
B = 35.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10063 (or 0xB10063) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 63. RGB value is (177,0,99). Sum of RGB (Red+Green+Blue) = 177+0+99=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B10063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10063 is #4EFF9C. Grayscale: #3F3F3F. Windows color (decimal): -5177245 or 6488241. OLE color: 6488241.

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

Color convert

RGB 177 0 99 -
CMYK 0 1 0.44 0.31
HSL 326.44º 1% 0.35% -
HSV(B) 326.44º 1% 0.69% -
XYZ 20.38 10.25 12.71 -
YUV 64.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 177 0 99 0 1 0.44 0.31 326.44 1 0.35
Hex B1 0 63 0 64 2C 1F 146 64 23
Octal 261 0 143 0 144 54 37 506 144 43
Binary 10110001 0 1100011 0 1100100 101100 11111 101000110 1100100 100011

Color Harmonies of #B10063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10063

Black with #B10063

Text Example


Text Example

White with #B10063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10063; }

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

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

background-color css

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

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

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

border-color css

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

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

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