Html Css Color HEX #B5206A Jazzberry Jam

📋 copy color: '#B5206A'

red 181 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #B5206A

Tints of Jazzberry Jam #B5206A

RGB

 RED value IS 181 (71.09% from 255) = 56.74%

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 56.74%
G = 10.03%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5206A (or 0xB5206A) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 6A. RGB value is (181,32,106). Sum of RGB (Red+Green+Blue) = 181+32+106=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5206A is #4ADF95. Grayscale: #545454. Windows color (decimal): -4906902 or 6955189. OLE color: 6955189.

HSL color Cylindrical-coordinate representation of color #B5206A: hue angle of 330.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5206A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 106 -
CMYK 0 0.82 0.41 0.29
HSL 330.2º 0.7% 0.42% -
HSV(B) 330.2º 0.82% 0.71% -
XYZ 22.17 11.9 14.76 -
YUV 84.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 181 32 106 0 0.82 0.41 0.29 330.2 0.7 0.42
Hex B5 20 6A 0 52 29 1D 14A 46 2A
Octal 265 40 152 0 122 51 35 512 106 52
Binary 10110101 100000 1101010 0 1010010 101001 11101 101001010 1000110 101010

Color Harmonies of #B5206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5206A

Black with #B5206A

Text Example


Text Example

White with #B5206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5206A; }

 p { color: rgb(181,32,106); }

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

background-color css

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

 a { background-color: rgb(181,32,106); }

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

border-color css

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

 span { border-color: rgb(181,32,106); }

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