Html Css Color HEX #B50963 Jazzberry Jam

📋 copy color: '#B50963'

red 181 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #B50963

Tints of Jazzberry Jam #B50963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.11%

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

R = 62.63%
G = 3.11%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B50963 (or 0xB50963) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 63. RGB value is (181,9,99). Sum of RGB (Red+Green+Blue) = 181+9+99=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B50963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50963 is #4AF69C. Grayscale: #464646. Windows color (decimal): -4912797 or 6490549. OLE color: 6490549.

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

Color convert

RGB 181 9 99 -
CMYK 0 0.95 0.45 0.29
HSL 328.6º 0.91% 0.37% -
HSV(B) 328.6º 0.95% 0.71% -
XYZ 21.41 10.92 12.78 -
YUV 70.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 181 9 99 0 0.95 0.45 0.29 328.6 0.91 0.37
Hex B5 9 63 0 5F 2D 1D 149 5B 25
Octal 265 11 143 0 137 55 35 511 133 45
Binary 10110101 1001 1100011 0 1011111 101101 11101 101001001 1011011 100101

Color Harmonies of #B50963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50963

Black with #B50963

Text Example


Text Example

White with #B50963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50963; }

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

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

background-color css

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

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

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

border-color css

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

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

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