Html Css Color HEX #B50463 Jazzberry Jam

📋 copy color: '#B50463'

red 181 ◦ green 4 ◦ blue 99

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

Shades of Jazzberry Jam #B50463

Tints of Jazzberry Jam #B50463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 63.73%
G = 1.41%
B = 34.86%

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

#B50463 (or 0xB50463) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 63. RGB value is (181,4,99). Sum of RGB (Red+Green+Blue) = 181+4+99=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B50463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50463 is #4AFB9C. Grayscale: #434343. Windows color (decimal): -4914077 or 6489269. OLE color: 6489269.

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

Color convert

RGB 181 4 99 -
CMYK 0 0.98 0.45 0.29
HSL 327.8º 0.96% 0.36% -
HSV(B) 327.8º 0.98% 0.71% -
XYZ 21.35 10.81 12.77 -
YUV 67.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 181 4 99 0 0.98 0.45 0.29 327.8 0.96 0.36
Hex B5 4 63 0 62 2D 1D 148 60 24
Octal 265 4 143 0 142 55 35 510 140 44
Binary 10110101 100 1100011 0 1100010 101101 11101 101001000 1100000 100100

Color Harmonies of #B50463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50463

Black with #B50463

Text Example


Text Example

White with #B50463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50463; }

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

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

background-color css

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

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

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

border-color css

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

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

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