Html Css Color HEX #B50C70 Jazzberry Jam

📋 copy color: '#B50C70'

red 181 ◦ green 12 ◦ blue 112

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

Shades of Jazzberry Jam #B50C70

Tints of Jazzberry Jam #B50C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 59.34%
G = 3.93%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50C70 (or 0xB50C70) is known color: Jazzberry Jam. HEX triplet: B5, 0C and 70. RGB value is (181,12,112). Sum of RGB (Red+Green+Blue) = 181+12+112=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C70 is #4AF38F. Grayscale: #494949. Windows color (decimal): -4912016 or 7343285. OLE color: 7343285.

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

Color convert

RGB 181 12 112 -
CMYK 0 0.93 0.38 0.29
HSL 324.5º 0.88% 0.38% -
HSV(B) 324.5º 0.93% 0.71% -
XYZ 22.11 11.26 16.34 -
YUV 73.93 149.49 204.37 -
System Red Green Blue C M Y K H S L
Decimal 181 12 112 0 0.93 0.38 0.29 324.5 0.88 0.38
Hex B5 C 70 0 5D 26 1D 144 58 26
Octal 265 14 160 0 135 46 35 504 130 46
Binary 10110101 1100 1110000 0 1011101 100110 11101 101000100 1011000 100110

Color Harmonies of #B50C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C70

Black with #B50C70

Text Example


Text Example

White with #B50C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C70; }

 p { color: rgb(181,12,112); }

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

background-color css

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

 a { background-color: rgb(181,12,112); }

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

border-color css

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

 span { border-color: rgb(181,12,112); }

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