Html Css Color HEX #B50870 Jazzberry Jam

📋 copy color: '#B50870'

red 181 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #B50870

Tints of Jazzberry Jam #B50870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.66%

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

R = 60.13%
G = 2.66%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50870 (or 0xB50870) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 70. RGB value is (181,8,112). Sum of RGB (Red+Green+Blue) = 181+8+112=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50870 is #4AF78F. Grayscale: #474747. Windows color (decimal): -4913040 or 7342261. OLE color: 7342261.

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

Color convert

RGB 181 8 112 -
CMYK 0 0.96 0.38 0.29
HSL 323.93º 0.92% 0.37% -
HSV(B) 323.93º 0.96% 0.71% -
XYZ 22.07 11.17 16.32 -
YUV 71.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 181 8 112 0 0.96 0.38 0.29 323.93 0.92 0.37
Hex B5 8 70 0 60 26 1D 144 5C 25
Octal 265 10 160 0 140 46 35 504 134 45
Binary 10110101 1000 1110000 0 1100000 100110 11101 101000100 1011100 100101

Color Harmonies of #B50870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50870

Black with #B50870

Text Example


Text Example

White with #B50870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50870; }

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

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

background-color css

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

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

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

border-color css

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

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

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