Html Css Color HEX #B1036C Jazzberry Jam

📋 copy color: '#B1036C'

red 177 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #B1036C

Tints of Jazzberry Jam #B1036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 61.46%
G = 1.04%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1036C (or 0xB1036C) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 6C. RGB value is (177,3,108). Sum of RGB (Red+Green+Blue) = 177+3+108=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1036C is #4EFC93. Grayscale: #424242. Windows color (decimal): -5176468 or 7078833. OLE color: 7078833.

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

Color convert

RGB 177 3 108 -
CMYK 0 0.98 0.39 0.31
HSL 323.79º 0.97% 0.35% -
HSV(B) 323.79º 0.98% 0.69% -
XYZ 20.87 10.49 15.11 -
YUV 67 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 177 3 108 0 0.98 0.39 0.31 323.79 0.97 0.35
Hex B1 3 6C 0 62 27 1F 144 61 23
Octal 261 3 154 0 142 47 37 504 141 43
Binary 10110001 11 1101100 0 1100010 100111 11111 101000100 1100001 100011

Color Harmonies of #B1036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1036C

Black with #B1036C

Text Example


Text Example

White with #B1036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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