Html Css Color HEX #B50263 Jazzberry Jam

📋 copy color: '#B50263'

red 181 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #B50263

Tints of Jazzberry Jam #B50263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 64.18%
G = 0.71%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B50263 (or 0xB50263) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 63. RGB value is (181,2,99). Sum of RGB (Red+Green+Blue) = 181+2+99=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B50263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50263 is #4AFD9C. Grayscale: #424242. Windows color (decimal): -4914589 or 6488757. OLE color: 6488757.

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

Color convert

RGB 181 2 99 -
CMYK 0 0.99 0.45 0.29
HSL 327.49º 0.98% 0.36% -
HSV(B) 327.49º 0.99% 0.71% -
XYZ 21.33 10.77 12.76 -
YUV 66.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 181 2 99 0 0.99 0.45 0.29 327.49 0.98 0.36
Hex B5 2 63 0 63 2D 1D 147 62 24
Octal 265 2 143 0 143 55 35 507 142 44
Binary 10110101 10 1100011 0 1100011 101101 11101 101000111 1100010 100100

Color Harmonies of #B50263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50263

Black with #B50263

Text Example


Text Example

White with #B50263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50263; }

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

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

background-color css

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

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

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

border-color css

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

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

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