Html Css Color HEX #B10062 Jazzberry Jam

📋 copy color: '#B10062'

red 177 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #B10062

Tints of Jazzberry Jam #B10062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 64.36%
G = 0%
B = 35.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B10062 (or 0xB10062) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 62. RGB value is (177,0,98). Sum of RGB (Red+Green+Blue) = 177+0+98=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B10062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10062 is #4EFF9D. Grayscale: #3F3F3F. Windows color (decimal): -5177246 or 6422705. OLE color: 6422705.

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

Color convert

RGB 177 0 98 -
CMYK 0 1 0.45 0.31
HSL 326.78º 1% 0.35% -
HSV(B) 326.78º 1% 0.69% -
XYZ 20.34 10.23 12.46 -
YUV 64.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 177 0 98 0 1 0.45 0.31 326.78 1 0.35
Hex B1 0 62 0 64 2D 1F 147 64 23
Octal 261 0 142 0 144 55 37 507 144 43
Binary 10110001 0 1100010 0 1100100 101101 11111 101000111 1100100 100011

Color Harmonies of #B10062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10062

Black with #B10062

Text Example


Text Example

White with #B10062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10062; }

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

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

background-color css

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

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

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

border-color css

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

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

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