Html Css Color HEX #B2016B Jazzberry Jam

📋 copy color: '#B2016B'

red 178 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #B2016B

Tints of Jazzberry Jam #B2016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 62.24%
G = 0.35%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2016B (or 0xB2016B) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 6B. RGB value is (178,1,107). Sum of RGB (Red+Green+Blue) = 178+1+107=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2016B is #4DFE94. Grayscale: #414141. Windows color (decimal): -5111445 or 7012786. OLE color: 7012786.

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

Color convert

RGB 178 1 107 -
CMYK 0 0.99 0.40 0.30
HSL 324.07º 0.99% 0.35% -
HSV(B) 324.07º 0.99% 0.7% -
XYZ 21.02 10.55 14.84 -
YUV 66.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 178 1 107 0 0.99 0.40 0.30 324.07 0.99 0.35
Hex B2 1 6B 0 63 28 1E 144 63 23
Octal 262 1 153 0 143 50 36 504 143 43
Binary 10110010 1 1101011 0 1100011 101000 11110 101000100 1100011 100011

Color Harmonies of #B2016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2016B

Black with #B2016B

Text Example


Text Example

White with #B2016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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