Html Css Color HEX #B0206D Jazzberry Jam

📋 copy color: '#B0206D'

red 176 ◦ green 32 ◦ blue 109

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

Shades of Jazzberry Jam #B0206D

Tints of Jazzberry Jam #B0206D

RGB

 RED value IS 176 (69.14% from 255) = 55.52%

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 55.52%
G = 10.09%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0206D (or 0xB0206D) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 6D. RGB value is (176,32,109). Sum of RGB (Red+Green+Blue) = 176+32+109=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0206D is #4FDF92. Grayscale: #535353. Windows color (decimal): -5234579 or 7151792. OLE color: 7151792.

HSL color Cylindrical-coordinate representation of color #B0206D: hue angle of 327.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0206D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 109 -
CMYK 0 0.82 0.38 0.31
HSL 327.92º 0.69% 0.41% -
HSV(B) 327.92º 0.82% 0.69% -
XYZ 21.18 11.37 15.55 -
YUV 83.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 176 32 109 0 0.82 0.38 0.31 327.92 0.69 0.41
Hex B0 20 6D 0 52 26 1F 148 45 29
Octal 260 40 155 0 122 46 37 510 105 51
Binary 10110000 100000 1101101 0 1010010 100110 11111 101001000 1000101 101001

Color Harmonies of #B0206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0206D

Black with #B0206D

Text Example


Text Example

White with #B0206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0206D; }

 p { color: rgb(176,32,109); }

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

background-color css

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

 a { background-color: rgb(176,32,109); }

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

border-color css

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

 span { border-color: rgb(176,32,109); }

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