#B10066

Color #B10066 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B10066

Tints of Jazzberry Jam #B10066

Color information

#B10066 (or 0xB10066) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 66. RGB value is (177,0,102). Sum of RGB (Red+Green+Blue) = 177+0+102=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B10066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10066 is #4EFF99. Grayscale: #404040. Windows color (decimal): -5177242 or 6684849. OLE color: 6684849.

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

Color convert

RGB1770102-
CMYK010.420.31
HSL325.42º100%34.71%-
HSV(B)325.42º100%69.41%-
XYZ20.5310.3113.48-
YUV64.55149.14208.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=63.44%
G=0%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770102010.420.31325.4210034.71
HexB10660642A1F1456423
Octal26101460144523750514443
Binary101100010110011001100100101010111111010001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10066; }

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

 H1.HeaderClassName
 {
   color: #B10066;
 }
 .AnyTagClassName
 {
   color: #B10066;
 }
</style>
background-color css

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

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

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

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

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

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