Html Css Color HEX #B50662 Jazzberry Jam

📋 copy color: '#B50662'

red 181 ◦ green 6 ◦ blue 98

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

Shades of Jazzberry Jam #B50662

Tints of Jazzberry Jam #B50662

RGB

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

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

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

R = 63.51%
G = 2.11%
B = 34.39%

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

#B50662 (or 0xB50662) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 62. RGB value is (181,6,98). Sum of RGB (Red+Green+Blue) = 181+6+98=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50662 is #4AF99D. Grayscale: #444444. Windows color (decimal): -4913566 or 6424245. OLE color: 6424245.

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

Color convert

RGB 181 6 98 -
CMYK 0 0.97 0.46 0.29
HSL 328.46º 0.94% 0.37% -
HSV(B) 328.46º 0.97% 0.71% -
XYZ 21.33 10.84 12.52 -
YUV 68.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 181 6 98 0 0.97 0.46 0.29 328.46 0.94 0.37
Hex B5 6 62 0 61 2E 1D 148 5E 25
Octal 265 6 142 0 141 56 35 510 136 45
Binary 10110101 110 1100010 0 1100001 101110 11101 101001000 1011110 100101

Color Harmonies of #B50662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50662

Black with #B50662

Text Example


Text Example

White with #B50662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50662; }

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

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

background-color css

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

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

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

border-color css

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

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

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