Html Css Color HEX #B50172 Jazzberry Jam

📋 copy color: '#B50172'

red 181 ◦ green 1 ◦ blue 114

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

Shades of Jazzberry Jam #B50172

Tints of Jazzberry Jam #B50172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 61.15%
G = 0.34%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B50172 (or 0xB50172) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 72. RGB value is (181,1,114). Sum of RGB (Red+Green+Blue) = 181+1+114=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B50172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50172 is #4AFE8D. Grayscale: #434343. Windows color (decimal): -4914830 or 7471541. OLE color: 7471541.

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

Color convert

RGB 181 1 114 -
CMYK 0 0.99 0.37 0.29
HSL 322.33º 0.99% 0.36% -
HSV(B) 322.33º 0.99% 0.71% -
XYZ 22.1 11.06 16.89 -
YUV 67.7 154.13 208.81 -
System Red Green Blue C M Y K H S L
Decimal 181 1 114 0 0.99 0.37 0.29 322.33 0.99 0.36
Hex B5 1 72 0 63 25 1D 142 63 24
Octal 265 1 162 0 143 45 35 502 143 44
Binary 10110101 1 1110010 0 1100011 100101 11101 101000010 1100011 100100

Color Harmonies of #B50172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50172

Black with #B50172

Text Example


Text Example

White with #B50172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50172; }

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

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

background-color css

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

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

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

border-color css

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

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

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