Html Css Color HEX #B50462 Jazzberry Jam

📋 copy color: '#B50462'

red 181 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #B50462

Tints of Jazzberry Jam #B50462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 63.96%
G = 1.41%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B50462 (or 0xB50462) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 62. RGB value is (181,4,98). Sum of RGB (Red+Green+Blue) = 181+4+98=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B50462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50462 is #4AFB9D. Grayscale: #434343. Windows color (decimal): -4914078 or 6423733. OLE color: 6423733.

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

Color convert

RGB 181 4 98 -
CMYK 0 0.98 0.46 0.29
HSL 328.14º 0.96% 0.36% -
HSV(B) 328.14º 0.98% 0.71% -
XYZ 21.3 10.79 12.52 -
YUV 67.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 181 4 98 0 0.98 0.46 0.29 328.14 0.96 0.36
Hex B5 4 62 0 62 2E 1D 148 60 24
Octal 265 4 142 0 142 56 35 510 140 44
Binary 10110101 100 1100010 0 1100010 101110 11101 101001000 1100000 100100

Color Harmonies of #B50462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50462

Black with #B50462

Text Example


Text Example

White with #B50462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50462; }

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

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

background-color css

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

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

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

border-color css

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

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

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