Html Css Color HEX #B1016D Jazzberry Jam

📋 copy color: '#B1016D'

red 177 ◦ green 1 ◦ blue 109

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

Shades of Jazzberry Jam #B1016D

Tints of Jazzberry Jam #B1016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 61.67%
G = 0.35%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1016D (or 0xB1016D) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 6D. RGB value is (177,1,109). Sum of RGB (Red+Green+Blue) = 177+1+109=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016D is #4EFE92. Grayscale: #414141. Windows color (decimal): -5176979 or 7143857. OLE color: 7143857.

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

Color convert

RGB 177 1 109 -
CMYK 0 0.99 0.38 0.31
HSL 323.18º 0.99% 0.35% -
HSV(B) 323.18º 0.99% 0.69% -
XYZ 20.9 10.47 15.39 -
YUV 65.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 177 1 109 0 0.99 0.38 0.31 323.18 0.99 0.35
Hex B1 1 6D 0 63 26 1F 143 63 23
Octal 261 1 155 0 143 46 37 503 143 43
Binary 10110001 1 1101101 0 1100011 100110 11111 101000011 1100011 100011

Color Harmonies of #B1016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1016D

Black with #B1016D

Text Example


Text Example

White with #B1016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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