Html Css Color HEX #B50C64 Jazzberry Jam

📋 copy color: '#B50C64'

red 181 ◦ green 12 ◦ blue 100

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

Shades of Jazzberry Jam #B50C64

Tints of Jazzberry Jam #B50C64

RGB

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

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

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

R = 61.77%
G = 4.1%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B50C64 (or 0xB50C64) is known color: Jazzberry Jam. HEX triplet: B5, 0C and 64. RGB value is (181,12,100). Sum of RGB (Red+Green+Blue) = 181+12+100=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C64 is #4AF39B. Grayscale: #484848. Windows color (decimal): -4912028 or 6556853. OLE color: 6556853.

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

Color convert

RGB 181 12 100 -
CMYK 0 0.93 0.45 0.29
HSL 328.76º 0.88% 0.38% -
HSV(B) 328.76º 0.93% 0.71% -
XYZ 21.49 11.01 13.05 -
YUV 72.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 181 12 100 0 0.93 0.45 0.29 328.76 0.88 0.38
Hex B5 C 64 0 5D 2D 1D 149 58 26
Octal 265 14 144 0 135 55 35 511 130 46
Binary 10110101 1100 1100100 0 1011101 101101 11101 101001001 1011000 100110

Color Harmonies of #B50C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C64

Black with #B50C64

Text Example


Text Example

White with #B50C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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