Html Css Color HEX #B2106E Jazzberry Jam

📋 copy color: '#B2106E'

red 178 ◦ green 16 ◦ blue 110

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

Shades of Jazzberry Jam #B2106E

Tints of Jazzberry Jam #B2106E

RGB

 RED value IS 178 (69.92% from 255) = 58.55%

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 58.55%
G = 5.26%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2106E (or 0xB2106E) is known color: Jazzberry Jam. HEX triplet: B2, 10 and 6E. RGB value is (178,16,110). Sum of RGB (Red+Green+Blue) = 178+16+110=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2106E is #4DEF91. Grayscale: #4A4A4A. Windows color (decimal): -5107602 or 7213234. OLE color: 7213234.

HSL color Cylindrical-coordinate representation of color #B2106E: hue angle of 325.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2106E is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 110 -
CMYK 0 0.91 0.38 0.30
HSL 325.19º 0.84% 0.38% -
HSV(B) 325.19º 0.91% 0.7% -
XYZ 21.36 10.96 15.74 -
YUV 75.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 178 16 110 0 0.91 0.38 0.30 325.19 0.84 0.38
Hex B2 10 6E 0 5B 26 1E 145 54 26
Octal 262 20 156 0 133 46 36 505 124 46
Binary 10110010 10000 1101110 0 1011011 100110 11110 101000101 1010100 100110

Color Harmonies of #B2106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2106E

Black with #B2106E

Text Example


Text Example

White with #B2106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2106E; }

 p { color: rgb(178,16,110); }

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

background-color css

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

 a { background-color: rgb(178,16,110); }

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

border-color css

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

 span { border-color: rgb(178,16,110); }

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