Html Css Color HEX #B10055 Jazzberry Jam

📋 copy color: '#B10055'

red 177 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #B10055

Tints of Jazzberry Jam #B10055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 67.56%
G = 0%
B = 32.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B10055 (or 0xB10055) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 55. RGB value is (177,0,85). Sum of RGB (Red+Green+Blue) = 177+0+85=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B10055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10055 is #4EFFAA. Grayscale: #3E3E3E. Windows color (decimal): -5177259 or 5570737. OLE color: 5570737.

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

Color convert

RGB 177 0 85 -
CMYK 0 1 0.52 0.31
HSL 331.19º 1% 0.35% -
HSV(B) 331.19º 1% 0.69% -
XYZ 19.77 10 9.48 -
YUV 62.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 177 0 85 0 1 0.52 0.31 331.19 1 0.35
Hex B1 0 55 0 64 34 1F 14B 64 23
Octal 261 0 125 0 144 64 37 513 144 43
Binary 10110001 0 1010101 0 1100100 110100 11111 101001011 1100100 100011

Color Harmonies of #B10055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10055

Black with #B10055

Text Example


Text Example

White with #B10055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10055; }

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

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

background-color css

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

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

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

border-color css

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

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

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