Html Css Color HEX #B1016C Jazzberry Jam

📋 copy color: '#B1016C'

red 177 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #B1016C

Tints of Jazzberry Jam #B1016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 61.89%
G = 0.35%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1016C (or 0xB1016C) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 6C. RGB value is (177,1,108). Sum of RGB (Red+Green+Blue) = 177+1+108=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016C is #4EFE93. Grayscale: #414141. Windows color (decimal): -5176980 or 7078321. OLE color: 7078321.

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

Color convert

RGB 177 1 108 -
CMYK 0 0.99 0.39 0.31
HSL 323.52º 0.99% 0.35% -
HSV(B) 323.52º 0.99% 0.69% -
XYZ 20.85 10.45 15.11 -
YUV 65.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 177 1 108 0 0.99 0.39 0.31 323.52 0.99 0.35
Hex B1 1 6C 0 63 27 1F 144 63 23
Octal 261 1 154 0 143 47 37 504 143 43
Binary 10110001 1 1101100 0 1100011 100111 11111 101000100 1100011 100011

Color Harmonies of #B1016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1016C

Black with #B1016C

Text Example


Text Example

White with #B1016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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