Html Css Color HEX #B20167 Jazzberry Jam

📋 copy color: '#B20167'

red 178 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #B20167

Tints of Jazzberry Jam #B20167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 63.12%
G = 0.35%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20167 (or 0xB20167) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 67. RGB value is (178,1,103). Sum of RGB (Red+Green+Blue) = 178+1+103=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B20167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20167 is #4DFE98. Grayscale: #414141. Windows color (decimal): -5111449 or 6750642. OLE color: 6750642.

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

Color convert

RGB 178 1 103 -
CMYK 0 0.99 0.42 0.30
HSL 325.42º 0.99% 0.35% -
HSV(B) 325.42º 0.99% 0.7% -
XYZ 20.82 10.47 13.75 -
YUV 65.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 178 1 103 0 0.99 0.42 0.30 325.42 0.99 0.35
Hex B2 1 67 0 63 2A 1E 145 63 23
Octal 262 1 147 0 143 52 36 505 143 43
Binary 10110010 1 1100111 0 1100011 101010 11110 101000101 1100011 100011

Color Harmonies of #B20167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20167

Black with #B20167

Text Example


Text Example

White with #B20167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20167; }

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

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

background-color css

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

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

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

border-color css

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

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

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