Html Css Color HEX #B10C75 Jazzberry Jam

📋 copy color: '#B10C75'

red 177 ◦ green 12 ◦ blue 117

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

Shades of Jazzberry Jam #B10C75

Tints of Jazzberry Jam #B10C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 57.84%
G = 3.92%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B10C75 (or 0xB10C75) is known color: Jazzberry Jam. HEX triplet: B1, 0C and 75. RGB value is (177,12,117). Sum of RGB (Red+Green+Blue) = 177+12+117=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C75 is #4EF38A. Grayscale: #494949. Windows color (decimal): -5174155 or 7670961. OLE color: 7670961.

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

Color convert

RGB 177 12 117 -
CMYK 0 0.93 0.34 0.31
HSL 321.82º 0.87% 0.37% -
HSV(B) 321.82º 0.93% 0.69% -
XYZ 21.47 10.89 17.8 -
YUV 73.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 177 12 117 0 0.93 0.34 0.31 321.82 0.87 0.37
Hex B1 C 75 0 5D 22 1F 142 57 25
Octal 261 14 165 0 135 42 37 502 127 45
Binary 10110001 1100 1110101 0 1011101 100010 11111 101000010 1010111 100101

Color Harmonies of #B10C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C75

Black with #B10C75

Text Example


Text Example

White with #B10C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C75; }

 p { color: rgb(177,12,117); }

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

background-color css

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

 a { background-color: rgb(177,12,117); }

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

border-color css

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

 span { border-color: rgb(177,12,117); }

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