Html Css Color HEX #B50164 Jazzberry Jam

📋 copy color: '#B50164'

red 181 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #B50164

Tints of Jazzberry Jam #B50164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 64.18%
G = 0.35%
B = 35.46%

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

#B50164 (or 0xB50164) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 64. RGB value is (181,1,100). Sum of RGB (Red+Green+Blue) = 181+1+100=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B50164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50164 is #4AFE9B. Grayscale: #414141. Windows color (decimal): -4914844 or 6554037. OLE color: 6554037.

HSL color Cylindrical-coordinate representation of color #B50164: hue angle of 327º degrees, saturation: 0.99, 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 #B50164 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 100 -
CMYK 0 0.99 0.45 0.29
HSL 327º 0.99% 0.36% -
HSV(B) 327º 0.99% 0.71% -
XYZ 21.37 10.77 13.01 -
YUV 66.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 181 1 100 0 0.99 0.45 0.29 327 0.99 0.36
Hex B5 1 64 0 63 2D 1D 147 63 24
Octal 265 1 144 0 143 55 35 507 143 44
Binary 10110101 1 1100100 0 1100011 101101 11101 101000111 1100011 100100

Color Harmonies of #B50164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50164

Black with #B50164

Text Example


Text Example

White with #B50164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50164; }

 p { color: rgb(181,1,100); }

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

background-color css

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

 a { background-color: rgb(181,1,100); }

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

border-color css

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

 span { border-color: rgb(181,1,100); }

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