Html Css Color HEX #B0206C Jazzberry Jam

📋 copy color: '#B0206C'

red 176 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #B0206C

Tints of Jazzberry Jam #B0206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 55.7%
G = 10.13%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0206C (or 0xB0206C) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 6C. RGB value is (176,32,108). Sum of RGB (Red+Green+Blue) = 176+32+108=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0206C is #4FDF93. Grayscale: #535353. Windows color (decimal): -5234580 or 7086256. OLE color: 7086256.

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

Color convert

RGB 176 32 108 -
CMYK 0 0.82 0.39 0.31
HSL 328.33º 0.69% 0.41% -
HSV(B) 328.33º 0.82% 0.69% -
XYZ 21.13 11.35 15.26 -
YUV 83.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 176 32 108 0 0.82 0.39 0.31 328.33 0.69 0.41
Hex B0 20 6C 0 52 27 1F 148 45 29
Octal 260 40 154 0 122 47 37 510 105 51
Binary 10110000 100000 1101100 0 1010010 100111 11111 101001000 1000101 101001

Color Harmonies of #B0206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0206C

Black with #B0206C

Text Example


Text Example

White with #B0206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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