Html Css Color HEX #B10166 Jazzberry Jam

📋 copy color: '#B10166'

red 177 ◦ green 1 ◦ blue 102

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

Shades of Jazzberry Jam #B10166

Tints of Jazzberry Jam #B10166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 63.21%
G = 0.36%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B10166 (or 0xB10166) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 66. RGB value is (177,1,102). Sum of RGB (Red+Green+Blue) = 177+1+102=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B10166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10166 is #4EFE99. Grayscale: #404040. Windows color (decimal): -5176986 or 6685105. OLE color: 6685105.

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

Color convert

RGB 177 1 102 -
CMYK 0 0.99 0.42 0.31
HSL 325.57º 0.99% 0.35% -
HSV(B) 325.57º 0.99% 0.69% -
XYZ 20.54 10.33 13.48 -
YUV 65.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 177 1 102 0 0.99 0.42 0.31 325.57 0.99 0.35
Hex B1 1 66 0 63 2A 1F 146 63 23
Octal 261 1 146 0 143 52 37 506 143 43
Binary 10110001 1 1100110 0 1100011 101010 11111 101000110 1100011 100011

Color Harmonies of #B10166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10166

Black with #B10166

Text Example


Text Example

White with #B10166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10166; }

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

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

background-color css

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

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

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

border-color css

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

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

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