Html Css Color HEX #B1206E Jazzberry Jam

📋 copy color: '#B1206E'

red 177 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #B1206E

Tints of Jazzberry Jam #B1206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 55.49%
G = 10.03%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1206E (or 0xB1206E) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 6E. RGB value is (177,32,110). Sum of RGB (Red+Green+Blue) = 177+32+110=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1206E is #4EDF91. Grayscale: #545454. Windows color (decimal): -5169042 or 7217329. OLE color: 7217329.

HSL color Cylindrical-coordinate representation of color #B1206E: hue angle of 327.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1206E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 110 -
CMYK 0 0.82 0.38 0.31
HSL 327.72º 0.69% 0.41% -
HSV(B) 327.72º 0.82% 0.69% -
XYZ 21.46 11.51 15.84 -
YUV 84.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 177 32 110 0 0.82 0.38 0.31 327.72 0.69 0.41
Hex B1 20 6E 0 52 26 1F 148 45 29
Octal 261 40 156 0 122 46 37 510 105 51
Binary 10110001 100000 1101110 0 1010010 100110 11111 101001000 1000101 101001

Color Harmonies of #B1206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1206E

Black with #B1206E

Text Example


Text Example

White with #B1206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1206E; }

 p { color: rgb(177,32,110); }

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

background-color css

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

 a { background-color: rgb(177,32,110); }

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

border-color css

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

 span { border-color: rgb(177,32,110); }

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