Html Css Color HEX #B10168 Jazzberry Jam

📋 copy color: '#B10168'

red 177 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #B10168

Tints of Jazzberry Jam #B10168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 62.77%
G = 0.35%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B10168 (or 0xB10168) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 68. RGB value is (177,1,104). Sum of RGB (Red+Green+Blue) = 177+1+104=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B10168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10168 is #4EFE97. Grayscale: #414141. Windows color (decimal): -5176984 or 6816177. OLE color: 6816177.

HSL color Cylindrical-coordinate representation of color #B10168: hue angle of 324.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10168 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 104 -
CMYK 0 0.99 0.41 0.31
HSL 324.89º 0.99% 0.35% -
HSV(B) 324.89º 0.99% 0.69% -
XYZ 20.64 10.37 14.01 -
YUV 65.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 177 1 104 0 0.99 0.41 0.31 324.89 0.99 0.35
Hex B1 1 68 0 63 29 1F 145 63 23
Octal 261 1 150 0 143 51 37 505 143 43
Binary 10110001 1 1101000 0 1100011 101001 11111 101000101 1100011 100011

Color Harmonies of #B10168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10168

Black with #B10168

Text Example


Text Example

White with #B10168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10168; }

 p { color: rgb(177,1,104); }

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

background-color css

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

 a { background-color: rgb(177,1,104); }

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

border-color css

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

 span { border-color: rgb(177,1,104); }

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