Html Css Color HEX #B50570 Jazzberry Jam

📋 copy color: '#B50570'

red 181 ◦ green 5 ◦ blue 112

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

Shades of Jazzberry Jam #B50570

Tints of Jazzberry Jam #B50570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 60.74%
G = 1.68%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50570 (or 0xB50570) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 70. RGB value is (181,5,112). Sum of RGB (Red+Green+Blue) = 181+5+112=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50570 is #4AFA8F. Grayscale: #454545. Windows color (decimal): -4913808 or 7341493. OLE color: 7341493.

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

Color convert

RGB 181 5 112 -
CMYK 0 0.97 0.38 0.29
HSL 323.52º 0.95% 0.36% -
HSV(B) 323.52º 0.97% 0.71% -
XYZ 22.03 11.1 16.31 -
YUV 69.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 181 5 112 0 0.97 0.38 0.29 323.52 0.95 0.36
Hex B5 5 70 0 61 26 1D 144 5F 24
Octal 265 5 160 0 141 46 35 504 137 44
Binary 10110101 101 1110000 0 1100001 100110 11101 101000100 1011111 100100

Color Harmonies of #B50570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50570

Black with #B50570

Text Example


Text Example

White with #B50570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50570; }

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

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

background-color css

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

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

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

border-color css

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

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

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