Html Css Color HEX #B1246C Jazzberry Jam

📋 copy color: '#B1246C'

red 177 ◦ green 36 ◦ blue 108

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

Shades of Jazzberry Jam #B1246C

Tints of Jazzberry Jam #B1246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 55.14%
G = 11.21%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1246C (or 0xB1246C) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 6C. RGB value is (177,36,108). Sum of RGB (Red+Green+Blue) = 177+36+108=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1246C is #4EDB93. Grayscale: #565656. Windows color (decimal): -5168020 or 7087281. OLE color: 7087281.

HSL color Cylindrical-coordinate representation of color #B1246C: hue angle of 329.36º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1246C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 108 -
CMYK 0 0.80 0.39 0.31
HSL 329.36º 0.66% 0.42% -
HSV(B) 329.36º 0.8% 0.69% -
XYZ 21.47 11.69 15.31 -
YUV 86.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 177 36 108 0 0.80 0.39 0.31 329.36 0.66 0.42
Hex B1 24 6C 0 50 27 1F 149 42 2A
Octal 261 44 154 0 120 47 37 511 102 52
Binary 10110001 100100 1101100 0 1010000 100111 11111 101001001 1000010 101010

Color Harmonies of #B1246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1246C

Black with #B1246C

Text Example


Text Example

White with #B1246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1246C; }

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

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

background-color css

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

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

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

border-color css

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

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

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