Html Css Color HEX #B1036B Jazzberry Jam

📋 copy color: '#B1036B'

red 177 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #B1036B

Tints of Jazzberry Jam #B1036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 61.67%
G = 1.05%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1036B (or 0xB1036B) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 6B. RGB value is (177,3,107). Sum of RGB (Red+Green+Blue) = 177+3+107=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1036B is #4EFC94. Grayscale: #424242. Windows color (decimal): -5176469 or 7013297. OLE color: 7013297.

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

Color convert

RGB 177 3 107 -
CMYK 0 0.98 0.40 0.31
HSL 324.14º 0.97% 0.35% -
HSV(B) 324.14º 0.98% 0.69% -
XYZ 20.82 10.47 14.83 -
YUV 66.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 177 3 107 0 0.98 0.40 0.31 324.14 0.97 0.35
Hex B1 3 6B 0 62 28 1F 144 61 23
Octal 261 3 153 0 142 50 37 504 141 43
Binary 10110001 11 1101011 0 1100010 101000 11111 101000100 1100001 100011

Color Harmonies of #B1036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1036B

Black with #B1036B

Text Example


Text Example

White with #B1036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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