Html Css Color HEX #B0216E Jazzberry Jam

📋 copy color: '#B0216E'

red 176 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #B0216E

Tints of Jazzberry Jam #B0216E

RGB

 RED value IS 176 (69.14% from 255) = 55.17%

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

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

R = 55.17%
G = 10.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0216E (or 0xB0216E) is known color: Jazzberry Jam. HEX triplet: B0, 21 and 6E. RGB value is (176,33,110). Sum of RGB (Red+Green+Blue) = 176+33+110=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0216E is #4FDE91. Grayscale: #545454. Windows color (decimal): -5234322 or 7217584. OLE color: 7217584.

HSL color Cylindrical-coordinate representation of color #B0216E: hue angle of 327.69º degrees, saturation: 0.68, 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 #B0216E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 110 -
CMYK 0 0.81 0.37 0.31
HSL 327.69º 0.68% 0.41% -
HSV(B) 327.69º 0.81% 0.69% -
XYZ 21.26 11.44 15.84 -
YUV 84.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 176 33 110 0 0.81 0.37 0.31 327.69 0.68 0.41
Hex B0 21 6E 0 51 25 1F 148 44 29
Octal 260 41 156 0 121 45 37 510 104 51
Binary 10110000 100001 1101110 0 1010001 100101 11111 101001000 1000100 101001

Color Harmonies of #B0216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0216E

Black with #B0216E

Text Example


Text Example

White with #B0216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0216E; }

 p { color: rgb(176,33,110); }

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

background-color css

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

 a { background-color: rgb(176,33,110); }

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

border-color css

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

 span { border-color: rgb(176,33,110); }

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