Html Css Color HEX #B50F5E Jazzberry Jam

📋 copy color: '#B50F5E'

red 181 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #B50F5E

Tints of Jazzberry Jam #B50F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 62.41%
G = 5.17%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B50F5E (or 0xB50F5E) is known color: Jazzberry Jam. HEX triplet: B5, 0F and 5E. RGB value is (181,15,94). Sum of RGB (Red+Green+Blue) = 181+15+94=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F5E is #4AF0A1. Grayscale: #494949. Windows color (decimal): -4911266 or 6164405. OLE color: 6164405.

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

Color convert

RGB 181 15 94 -
CMYK 0 0.92 0.48 0.29
HSL 331.45º 0.85% 0.38% -
HSV(B) 331.45º 0.92% 0.71% -
XYZ 21.25 10.97 11.59 -
YUV 73.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 181 15 94 0 0.92 0.48 0.29 331.45 0.85 0.38
Hex B5 F 5E 0 5C 30 1D 14B 55 26
Octal 265 17 136 0 134 60 35 513 125 46
Binary 10110101 1111 1011110 0 1011100 110000 11101 101001011 1010101 100110

Color Harmonies of #B50F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F5E

Black with #B50F5E

Text Example


Text Example

White with #B50F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F5E; }

 p { color: rgb(181,15,94); }

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

background-color css

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

 a { background-color: rgb(181,15,94); }

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

border-color css

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

 span { border-color: rgb(181,15,94); }

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