Html Css Color HEX #B10054 Jazzberry Jam

📋 copy color: '#B10054'

red 177 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #B10054

Tints of Jazzberry Jam #B10054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 67.82%
G = 0%
B = 32.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B10054 (or 0xB10054) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 54. RGB value is (177,0,84). Sum of RGB (Red+Green+Blue) = 177+0+84=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B10054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10054 is #4EFFAB. Grayscale: #3E3E3E. Windows color (decimal): -5177260 or 5505201. OLE color: 5505201.

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

Color convert

RGB 177 0 84 -
CMYK 0 1 0.53 0.31
HSL 331.53º 1% 0.35% -
HSV(B) 331.53º 1% 0.69% -
XYZ 19.73 9.99 9.28 -
YUV 62.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 177 0 84 0 1 0.53 0.31 331.53 1 0.35
Hex B1 0 54 0 64 35 1F 14C 64 23
Octal 261 0 124 0 144 65 37 514 144 43
Binary 10110001 0 1010100 0 1100100 110101 11111 101001100 1100100 100011

Color Harmonies of #B10054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10054

Black with #B10054

Text Example


Text Example

White with #B10054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10054; }

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

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

background-color css

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

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

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

border-color css

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

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

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