Html Css Color HEX #B2106B Jazzberry Jam

📋 copy color: '#B2106B'

red 178 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #B2106B

Tints of Jazzberry Jam #B2106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 59.14%
G = 5.32%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2106B (or 0xB2106B) is known color: Jazzberry Jam. HEX triplet: B2, 10 and 6B. RGB value is (178,16,107). Sum of RGB (Red+Green+Blue) = 178+16+107=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B2106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2106B is #4DEF94. Grayscale: #4A4A4A. Windows color (decimal): -5107605 or 7016626. OLE color: 7016626.

HSL color Cylindrical-coordinate representation of color #B2106B: hue angle of 326.3º 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 #B2106B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 107 -
CMYK 0 0.91 0.40 0.30
HSL 326.3º 0.84% 0.38% -
HSV(B) 326.3º 0.91% 0.7% -
XYZ 21.2 10.9 14.9 -
YUV 74.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 178 16 107 0 0.91 0.40 0.30 326.3 0.84 0.38
Hex B2 10 6B 0 5B 28 1E 146 54 26
Octal 262 20 153 0 133 50 36 506 124 46
Binary 10110010 10000 1101011 0 1011011 101000 11110 101000110 1010100 100110

Color Harmonies of #B2106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2106B

Black with #B2106B

Text Example


Text Example

White with #B2106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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