Html Css Color HEX #B50153 Jazzberry Jam

📋 copy color: '#B50153'

red 181 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #B50153

Tints of Jazzberry Jam #B50153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 68.3%
G = 0.38%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50153 (or 0xB50153) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 53. RGB value is (181,1,83). Sum of RGB (Red+Green+Blue) = 181+1+83=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B50153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50153 is #4AFEAC. Grayscale: #404040. Windows color (decimal): -4914861 or 5439925. OLE color: 5439925.

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

Color convert

RGB 181 1 83 -
CMYK 0 0.99 0.54 0.29
HSL 332.67º 0.99% 0.36% -
HSV(B) 332.67º 0.99% 0.71% -
XYZ 20.63 10.47 9.12 -
YUV 64.17 138.63 211.33 -
System Red Green Blue C M Y K H S L
Decimal 181 1 83 0 0.99 0.54 0.29 332.67 0.99 0.36
Hex B5 1 53 0 63 36 1D 14D 63 24
Octal 265 1 123 0 143 66 35 515 143 44
Binary 10110101 1 1010011 0 1100011 110110 11101 101001101 1100011 100100

Color Harmonies of #B50153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50153

Black with #B50153

Text Example


Text Example

White with #B50153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50153; }

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

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

background-color css

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

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

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

border-color css

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

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

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