Html Css Color HEX #B50872 Jazzberry Jam

📋 copy color: '#B50872'

red 181 ◦ green 8 ◦ blue 114

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

Shades of Jazzberry Jam #B50872

Tints of Jazzberry Jam #B50872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 59.74%
G = 2.64%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B50872 (or 0xB50872) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 72. RGB value is (181,8,114). Sum of RGB (Red+Green+Blue) = 181+8+114=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50872 is #4AF78D. Grayscale: #474747. Windows color (decimal): -4913038 or 7473333. OLE color: 7473333.

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

Color convert

RGB 181 8 114 -
CMYK 0 0.96 0.37 0.29
HSL 323.24º 0.92% 0.37% -
HSV(B) 323.24º 0.96% 0.71% -
XYZ 22.18 11.21 16.91 -
YUV 71.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 181 8 114 0 0.96 0.37 0.29 323.24 0.92 0.37
Hex B5 8 72 0 60 25 1D 143 5C 25
Octal 265 10 162 0 140 45 35 503 134 45
Binary 10110101 1000 1110010 0 1100000 100101 11101 101000011 1011100 100101

Color Harmonies of #B50872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50872

Black with #B50872

Text Example


Text Example

White with #B50872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50872; }

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

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

background-color css

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

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

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

border-color css

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

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

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