Html Css Color HEX #B50370 Jazzberry Jam

📋 copy color: '#B50370'

red 181 ◦ green 3 ◦ blue 112

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

Shades of Jazzberry Jam #B50370

Tints of Jazzberry Jam #B50370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 61.15%
G = 1.01%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50370 (or 0xB50370) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 70. RGB value is (181,3,112). Sum of RGB (Red+Green+Blue) = 181+3+112=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B50370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50370 is #4AFC8F. Grayscale: #444444. Windows color (decimal): -4914320 or 7340981. OLE color: 7340981.

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

Color convert

RGB 181 3 112 -
CMYK 0 0.98 0.38 0.29
HSL 323.26º 0.97% 0.36% -
HSV(B) 323.26º 0.98% 0.71% -
XYZ 22.01 11.06 16.3 -
YUV 68.65 152.47 208.14 -
System Red Green Blue C M Y K H S L
Decimal 181 3 112 0 0.98 0.38 0.29 323.26 0.97 0.36
Hex B5 3 70 0 62 26 1D 143 61 24
Octal 265 3 160 0 142 46 35 503 141 44
Binary 10110101 11 1110000 0 1100010 100110 11101 101000011 1100001 100100

Color Harmonies of #B50370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50370

Black with #B50370

Text Example


Text Example

White with #B50370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50370; }

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

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

background-color css

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

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

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

border-color css

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

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

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