Html Css Color HEX #B50B5D Jazzberry Jam

📋 copy color: '#B50B5D'

red 181 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #B50B5D

Tints of Jazzberry Jam #B50B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 63.51%
G = 3.86%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B50B5D (or 0xB50B5D) is known color: Jazzberry Jam. HEX triplet: B5, 0B and 5D. RGB value is (181,11,93). Sum of RGB (Red+Green+Blue) = 181+11+93=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B5D is #4AF4A2. Grayscale: #474747. Windows color (decimal): -4912291 or 6097845. OLE color: 6097845.

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

Color convert

RGB 181 11 93 -
CMYK 0 0.94 0.49 0.29
HSL 331.06º 0.89% 0.38% -
HSV(B) 331.06º 0.94% 0.71% -
XYZ 21.15 10.85 11.34 -
YUV 71.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 181 11 93 0 0.94 0.49 0.29 331.06 0.89 0.38
Hex B5 B 5D 0 5E 31 1D 14B 59 26
Octal 265 13 135 0 136 61 35 513 131 46
Binary 10110101 1011 1011101 0 1011110 110001 11101 101001011 1011001 100110

Color Harmonies of #B50B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B5D

Black with #B50B5D

Text Example


Text Example

White with #B50B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B5D; }

 p { color: rgb(181,11,93); }

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

background-color css

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

 a { background-color: rgb(181,11,93); }

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

border-color css

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

 span { border-color: rgb(181,11,93); }

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