Html Css Color HEX #B50372 Jazzberry Jam

📋 copy color: '#B50372'

red 181 ◦ green 3 ◦ blue 114

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

Shades of Jazzberry Jam #B50372

Tints of Jazzberry Jam #B50372

RGB

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

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

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

R = 60.74%
G = 1.01%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B50372 (or 0xB50372) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 72. RGB value is (181,3,114). Sum of RGB (Red+Green+Blue) = 181+3+114=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50372 is #4AFC8D. Grayscale: #444444. Windows color (decimal): -4914318 or 7472053. OLE color: 7472053.

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

Color convert

RGB 181 3 114 -
CMYK 0 0.98 0.37 0.29
HSL 322.58º 0.97% 0.36% -
HSV(B) 322.58º 0.98% 0.71% -
XYZ 22.13 11.1 16.9 -
YUV 68.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 181 3 114 0 0.98 0.37 0.29 322.58 0.97 0.36
Hex B5 3 72 0 62 25 1D 143 61 24
Octal 265 3 162 0 142 45 35 503 141 44
Binary 10110101 11 1110010 0 1100010 100101 11101 101000011 1100001 100100

Color Harmonies of #B50372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50372

Black with #B50372

Text Example


Text Example

White with #B50372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50372; }

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

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

background-color css

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

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

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

border-color css

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

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

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