Html Css Color HEX #B50672 Jazzberry Jam

📋 copy color: '#B50672'

red 181 ◦ green 6 ◦ blue 114

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

Shades of Jazzberry Jam #B50672

Tints of Jazzberry Jam #B50672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 60.13%
G = 1.99%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B50672 (or 0xB50672) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 72. RGB value is (181,6,114). Sum of RGB (Red+Green+Blue) = 181+6+114=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50672 is #4AF98D. Grayscale: #464646. Windows color (decimal): -4913550 or 7472821. OLE color: 7472821.

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

Color convert

RGB 181 6 114 -
CMYK 0 0.97 0.37 0.29
HSL 322.97º 0.94% 0.37% -
HSV(B) 322.97º 0.97% 0.71% -
XYZ 22.16 11.17 16.91 -
YUV 70.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 181 6 114 0 0.97 0.37 0.29 322.97 0.94 0.37
Hex B5 6 72 0 61 25 1D 143 5E 25
Octal 265 6 162 0 141 45 35 503 136 45
Binary 10110101 110 1110010 0 1100001 100101 11101 101000011 1011110 100101

Color Harmonies of #B50672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50672

Black with #B50672

Text Example


Text Example

White with #B50672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50672; }

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

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

background-color css

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

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

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

border-color css

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

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

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