Html Css Color HEX #B50562 Jazzberry Jam

📋 copy color: '#B50562'

red 181 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #B50562

Tints of Jazzberry Jam #B50562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 63.73%
G = 1.76%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B50562 (or 0xB50562) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 62. RGB value is (181,5,98). Sum of RGB (Red+Green+Blue) = 181+5+98=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B50562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50562 is #4AFA9D. Grayscale: #444444. Windows color (decimal): -4913822 or 6423989. OLE color: 6423989.

HSL color Cylindrical-coordinate representation of color #B50562: hue angle of 328.3º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50562 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 98 -
CMYK 0 0.97 0.46 0.29
HSL 328.3º 0.95% 0.36% -
HSV(B) 328.3º 0.97% 0.71% -
XYZ 21.31 10.81 12.52 -
YUV 68.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 181 5 98 0 0.97 0.46 0.29 328.3 0.95 0.36
Hex B5 5 62 0 61 2E 1D 148 5F 24
Octal 265 5 142 0 141 56 35 510 137 44
Binary 10110101 101 1100010 0 1100001 101110 11101 101001000 1011111 100100

Color Harmonies of #B50562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50562

Black with #B50562

Text Example


Text Example

White with #B50562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50562; }

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

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

background-color css

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

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

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

border-color css

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

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

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