Html Css Color HEX #B0216C Jazzberry Jam

📋 copy color: '#B0216C'

red 176 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #B0216C

Tints of Jazzberry Jam #B0216C

RGB

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

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

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

R = 55.52%
G = 10.41%
B = 34.07%

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

#B0216C (or 0xB0216C) is known color: Jazzberry Jam. HEX triplet: B0, 21 and 6C. RGB value is (176,33,108). Sum of RGB (Red+Green+Blue) = 176+33+108=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0216C is #4FDE93. Grayscale: #545454. Windows color (decimal): -5234324 or 7086512. OLE color: 7086512.

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

Color convert

RGB 176 33 108 -
CMYK 0 0.81 0.39 0.31
HSL 328.53º 0.68% 0.41% -
HSV(B) 328.53º 0.81% 0.69% -
XYZ 21.16 11.4 15.27 -
YUV 84.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 176 33 108 0 0.81 0.39 0.31 328.53 0.68 0.41
Hex B0 21 6C 0 51 27 1F 149 44 29
Octal 260 41 154 0 121 47 37 511 104 51
Binary 10110000 100001 1101100 0 1010001 100111 11111 101001001 1000100 101001

Color Harmonies of #B0216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0216C

Black with #B0216C

Text Example


Text Example

White with #B0216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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