Html Css Color HEX #B10774 Jazzberry Jam

📋 copy color: '#B10774'

red 177 ◦ green 7 ◦ blue 116

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

Shades of Jazzberry Jam #B10774

Tints of Jazzberry Jam #B10774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 59%
G = 2.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B10774 (or 0xB10774) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 74. RGB value is (177,7,116). Sum of RGB (Red+Green+Blue) = 177+7+116=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B10774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10774 is #4EF88B. Grayscale: #454545. Windows color (decimal): -5175436 or 7604145. OLE color: 7604145.

HSL color Cylindrical-coordinate representation of color #B10774: hue angle of 321.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10774 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 7 116 -
CMYK 0 0.96 0.34 0.31
HSL 321.53º 0.92% 0.36% -
HSV(B) 321.53º 0.96% 0.69% -
XYZ 21.36 10.76 17.47 -
YUV 70.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 177 7 116 0 0.96 0.34 0.31 321.53 0.92 0.36
Hex B1 7 74 0 60 22 1F 142 5C 24
Octal 261 7 164 0 140 42 37 502 134 44
Binary 10110001 111 1110100 0 1100000 100010 11111 101000010 1011100 100100

Color Harmonies of #B10774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10774

Black with #B10774

Text Example


Text Example

White with #B10774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10774; }

 p { color: rgb(177,7,116); }

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

background-color css

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

 a { background-color: rgb(177,7,116); }

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

border-color css

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

 span { border-color: rgb(177,7,116); }

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