Html Css Color HEX #B50144 Jazzberry Jam

📋 copy color: '#B50144'

red 181 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #B50144

Tints of Jazzberry Jam #B50144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 72.4%
G = 0.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50144 (or 0xB50144) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 44. RGB value is (181,1,68). Sum of RGB (Red+Green+Blue) = 181+1+68=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50144 is #4AFEBB. Grayscale: #3E3E3E. Windows color (decimal): -4914876 or 4456885. OLE color: 4456885.

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

Color convert

RGB 181 1 68 -
CMYK 0 0.99 0.62 0.29
HSL 337.67º 0.99% 0.36% -
HSV(B) 337.67º 0.99% 0.71% -
XYZ 20.11 10.26 6.39 -
YUV 62.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 181 1 68 0 0.99 0.62 0.29 337.67 0.99 0.36
Hex B5 1 44 0 63 3E 1D 152 63 24
Octal 265 1 104 0 143 76 35 522 143 44
Binary 10110101 1 1000100 0 1100011 111110 11101 101010010 1100011 100100

Color Harmonies of #B50144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50144

Black with #B50144

Text Example


Text Example

White with #B50144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50144; }

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

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

background-color css

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

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

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

border-color css

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

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

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