Html Css Color HEX #B50374 Jazzberry Jam

📋 copy color: '#B50374'

red 181 ◦ green 3 ◦ blue 116

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

Shades of Jazzberry Jam #B50374

Tints of Jazzberry Jam #B50374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 60.33%
G = 1%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50374 (or 0xB50374) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 74. RGB value is (181,3,116). Sum of RGB (Red+Green+Blue) = 181+3+116=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B50374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50374 is #4AFC8B. Grayscale: #444444. Windows color (decimal): -4914316 or 7603125. OLE color: 7603125.

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

Color convert

RGB 181 3 116 -
CMYK 0 0.98 0.36 0.29
HSL 321.91º 0.97% 0.36% -
HSV(B) 321.91º 0.98% 0.71% -
XYZ 22.24 11.15 17.5 -
YUV 69.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 181 3 116 0 0.98 0.36 0.29 321.91 0.97 0.36
Hex B5 3 74 0 62 24 1D 142 61 24
Octal 265 3 164 0 142 44 35 502 141 44
Binary 10110101 11 1110100 0 1100010 100100 11101 101000010 1100001 100100

Color Harmonies of #B50374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50374

Black with #B50374

Text Example


Text Example

White with #B50374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50374; }

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

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

background-color css

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

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

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

border-color css

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

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

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