Html Css Color HEX #B1216C Jazzberry Jam

📋 copy color: '#B1216C'

red 177 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #B1216C

Tints of Jazzberry Jam #B1216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 55.66%
G = 10.38%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1216C (or 0xB1216C) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 6C. RGB value is (177,33,108). Sum of RGB (Red+Green+Blue) = 177+33+108=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1216C is #4EDE93. Grayscale: #545454. Windows color (decimal): -5168788 or 7086513. OLE color: 7086513.

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

Color convert

RGB 177 33 108 -
CMYK 0 0.81 0.39 0.31
HSL 328.75º 0.69% 0.41% -
HSV(B) 328.75º 0.81% 0.69% -
XYZ 21.38 11.52 15.28 -
YUV 84.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 177 33 108 0 0.81 0.39 0.31 328.75 0.69 0.41
Hex B1 21 6C 0 51 27 1F 149 45 29
Octal 261 41 154 0 121 47 37 511 105 51
Binary 10110001 100001 1101100 0 1010001 100111 11111 101001001 1000101 101001

Color Harmonies of #B1216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1216C

Black with #B1216C

Text Example


Text Example

White with #B1216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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