Html Css Color HEX #B50C6D Jazzberry Jam

📋 copy color: '#B50C6D'

red 181 ◦ green 12 ◦ blue 109

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

Shades of Jazzberry Jam #B50C6D

Tints of Jazzberry Jam #B50C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 59.93%
G = 3.97%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B50C6D (or 0xB50C6D) is known color: Jazzberry Jam. HEX triplet: B5, 0C and 6D. RGB value is (181,12,109). Sum of RGB (Red+Green+Blue) = 181+12+109=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C6D is #4AF392. Grayscale: #494949. Windows color (decimal): -4912019 or 7146677. OLE color: 7146677.

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

Color convert

RGB 181 12 109 -
CMYK 0 0.93 0.40 0.29
HSL 325.56º 0.88% 0.38% -
HSV(B) 325.56º 0.93% 0.71% -
XYZ 21.95 11.19 15.47 -
YUV 73.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 181 12 109 0 0.93 0.40 0.29 325.56 0.88 0.38
Hex B5 C 6D 0 5D 28 1D 146 58 26
Octal 265 14 155 0 135 50 35 506 130 46
Binary 10110101 1100 1101101 0 1011101 101000 11101 101000110 1011000 100110

Color Harmonies of #B50C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C6D

Black with #B50C6D

Text Example


Text Example

White with #B50C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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