Html Css Color HEX #B50663 Jazzberry Jam

📋 copy color: '#B50663'

red 181 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #B50663

Tints of Jazzberry Jam #B50663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 63.29%
G = 2.1%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B50663 (or 0xB50663) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 63. RGB value is (181,6,99). Sum of RGB (Red+Green+Blue) = 181+6+99=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50663 is #4AF99C. Grayscale: #444444. Windows color (decimal): -4913565 or 6489781. OLE color: 6489781.

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

Color convert

RGB 181 6 99 -
CMYK 0 0.97 0.45 0.29
HSL 328.11º 0.94% 0.37% -
HSV(B) 328.11º 0.97% 0.71% -
XYZ 21.37 10.85 12.77 -
YUV 68.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 181 6 99 0 0.97 0.45 0.29 328.11 0.94 0.37
Hex B5 6 63 0 61 2D 1D 148 5E 25
Octal 265 6 143 0 141 55 35 510 136 45
Binary 10110101 110 1100011 0 1100001 101101 11101 101001000 1011110 100101

Color Harmonies of #B50663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50663

Black with #B50663

Text Example


Text Example

White with #B50663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50663; }

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

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

background-color css

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

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

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

border-color css

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

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

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