Html Css Color HEX #B50464 Jazzberry Jam

📋 copy color: '#B50464'

red 181 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B50464

Tints of Jazzberry Jam #B50464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 63.51%
G = 1.4%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B50464 (or 0xB50464) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 64. RGB value is (181,4,100). Sum of RGB (Red+Green+Blue) = 181+4+100=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50464 is #4AFB9B. Grayscale: #434343. Windows color (decimal): -4914076 or 6554805. OLE color: 6554805.

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

Color convert

RGB 181 4 100 -
CMYK 0 0.98 0.45 0.29
HSL 327.46º 0.96% 0.36% -
HSV(B) 327.46º 0.98% 0.71% -
XYZ 21.4 10.83 13.02 -
YUV 67.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 181 4 100 0 0.98 0.45 0.29 327.46 0.96 0.36
Hex B5 4 64 0 62 2D 1D 147 60 24
Octal 265 4 144 0 142 55 35 507 140 44
Binary 10110101 100 1100100 0 1100010 101101 11101 101000111 1100000 100100

Color Harmonies of #B50464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50464

Black with #B50464

Text Example


Text Example

White with #B50464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50464; }

 p { color: rgb(181,4,100); }

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

background-color css

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

 a { background-color: rgb(181,4,100); }

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

border-color css

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

 span { border-color: rgb(181,4,100); }

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