Html Css Color HEX #B5206E Jazzberry Jam

📋 copy color: '#B5206E'

red 181 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #B5206E

Tints of Jazzberry Jam #B5206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 56.04%
G = 9.91%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5206E (or 0xB5206E) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 6E. RGB value is (181,32,110). Sum of RGB (Red+Green+Blue) = 181+32+110=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5206E is #4ADF91. Grayscale: #555555. Windows color (decimal): -4906898 or 7217333. OLE color: 7217333.

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

Color convert

RGB 181 32 110 -
CMYK 0 0.82 0.39 0.29
HSL 328.59º 0.7% 0.42% -
HSV(B) 328.59º 0.82% 0.71% -
XYZ 22.39 11.98 15.88 -
YUV 85.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 181 32 110 0 0.82 0.39 0.29 328.59 0.7 0.42
Hex B5 20 6E 0 52 27 1D 149 46 2A
Octal 265 40 156 0 122 47 35 511 106 52
Binary 10110101 100000 1101110 0 1010010 100111 11101 101001001 1000110 101010

Color Harmonies of #B5206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5206E

Black with #B5206E

Text Example


Text Example

White with #B5206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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