Html Css Color HEX #B50460 Jazzberry Jam

📋 copy color: '#B50460'

red 181 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #B50460

Tints of Jazzberry Jam #B50460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 64.41%
G = 1.42%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B50460 (or 0xB50460) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 60. RGB value is (181,4,96). Sum of RGB (Red+Green+Blue) = 181+4+96=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B50460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50460 is #4AFB9F. Grayscale: #434343. Windows color (decimal): -4914080 or 6292661. OLE color: 6292661.

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

Color convert

RGB 181 4 96 -
CMYK 0 0.98 0.47 0.29
HSL 328.81º 0.96% 0.36% -
HSV(B) 328.81º 0.98% 0.71% -
XYZ 21.21 10.76 12.02 -
YUV 67.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 181 4 96 0 0.98 0.47 0.29 328.81 0.96 0.36
Hex B5 4 60 0 62 2F 1D 149 60 24
Octal 265 4 140 0 142 57 35 511 140 44
Binary 10110101 100 1100000 0 1100010 101111 11101 101001001 1100000 100100

Color Harmonies of #B50460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50460

Black with #B50460

Text Example


Text Example

White with #B50460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50460; }

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

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

background-color css

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

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

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

border-color css

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

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

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