Html Css Color HEX #B50565 Jazzberry Jam

📋 copy color: '#B50565'

red 181 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #B50565

Tints of Jazzberry Jam #B50565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 63.07%
G = 1.74%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B50565 (or 0xB50565) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 65. RGB value is (181,5,101). Sum of RGB (Red+Green+Blue) = 181+5+101=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50565 is #4AFA9A. Grayscale: #444444. Windows color (decimal): -4913819 or 6620597. OLE color: 6620597.

HSL color Cylindrical-coordinate representation of color #B50565: hue angle of 327.27º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50565 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 101 -
CMYK 0 0.97 0.44 0.29
HSL 327.27º 0.95% 0.36% -
HSV(B) 327.27º 0.97% 0.71% -
XYZ 21.46 10.87 13.28 -
YUV 68.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 181 5 101 0 0.97 0.44 0.29 327.27 0.95 0.36
Hex B5 5 65 0 61 2C 1D 147 5F 24
Octal 265 5 145 0 141 54 35 507 137 44
Binary 10110101 101 1100101 0 1100001 101100 11101 101000111 1011111 100100

Color Harmonies of #B50565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50565

Black with #B50565

Text Example


Text Example

White with #B50565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50565; }

 p { color: rgb(181,5,101); }

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

background-color css

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

 a { background-color: rgb(181,5,101); }

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

border-color css

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

 span { border-color: rgb(181,5,101); }

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