Html Css Color HEX #B2016D Jazzberry Jam

📋 copy color: '#B2016D'

red 178 ◦ green 1 ◦ blue 109

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

Shades of Jazzberry Jam #B2016D

Tints of Jazzberry Jam #B2016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 61.81%
G = 0.35%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2016D (or 0xB2016D) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 6D. RGB value is (178,1,109). Sum of RGB (Red+Green+Blue) = 178+1+109=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2016D is #4DFE92. Grayscale: #414141. Windows color (decimal): -5111443 or 7143858. OLE color: 7143858.

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

Color convert

RGB 178 1 109 -
CMYK 0 0.99 0.39 0.30
HSL 323.39º 0.99% 0.35% -
HSV(B) 323.39º 0.99% 0.7% -
XYZ 21.13 10.59 15.4 -
YUV 66.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 178 1 109 0 0.99 0.39 0.30 323.39 0.99 0.35
Hex B2 1 6D 0 63 27 1E 143 63 23
Octal 262 1 155 0 143 47 36 503 143 43
Binary 10110010 1 1101101 0 1100011 100111 11110 101000011 1100011 100011

Color Harmonies of #B2016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2016D

Black with #B2016D

Text Example


Text Example

White with #B2016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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