Html Css Color HEX #B50470 Jazzberry Jam

📋 copy color: '#B50470'

red 181 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #B50470

Tints of Jazzberry Jam #B50470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 60.94%
G = 1.35%
B = 37.71%

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

#B50470 (or 0xB50470) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 70. RGB value is (181,4,112). Sum of RGB (Red+Green+Blue) = 181+4+112=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B50470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50470 is #4AFB8F. Grayscale: #444444. Windows color (decimal): -4914064 or 7341237. OLE color: 7341237.

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

Color convert

RGB 181 4 112 -
CMYK 0 0.98 0.38 0.29
HSL 323.39º 0.96% 0.36% -
HSV(B) 323.39º 0.98% 0.71% -
XYZ 22.02 11.08 16.31 -
YUV 69.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 181 4 112 0 0.98 0.38 0.29 323.39 0.96 0.36
Hex B5 4 70 0 62 26 1D 143 60 24
Octal 265 4 160 0 142 46 35 503 140 44
Binary 10110101 100 1110000 0 1100010 100110 11101 101000011 1100000 100100

Color Harmonies of #B50470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50470

Black with #B50470

Text Example


Text Example

White with #B50470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50470; }

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

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

background-color css

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

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

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

border-color css

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

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

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