Html Css Color HEX #B50673 Jazzberry Jam

📋 copy color: '#B50673'

red 181 ◦ green 6 ◦ blue 115

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

Shades of Jazzberry Jam #B50673

Tints of Jazzberry Jam #B50673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 59.93%
G = 1.99%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50673 (or 0xB50673) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 73. RGB value is (181,6,115). Sum of RGB (Red+Green+Blue) = 181+6+115=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50673 is #4AF98C. Grayscale: #464646. Windows color (decimal): -4913549 or 7538357. OLE color: 7538357.

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

Color convert

RGB 181 6 115 -
CMYK 0 0.97 0.36 0.29
HSL 322.63º 0.94% 0.37% -
HSV(B) 322.63º 0.97% 0.71% -
XYZ 22.22 11.19 17.21 -
YUV 70.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 181 6 115 0 0.97 0.36 0.29 322.63 0.94 0.37
Hex B5 6 73 0 61 24 1D 143 5E 25
Octal 265 6 163 0 141 44 35 503 136 45
Binary 10110101 110 1110011 0 1100001 100100 11101 101000011 1011110 100101

Color Harmonies of #B50673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50673

Black with #B50673

Text Example


Text Example

White with #B50673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50673; }

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

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

background-color css

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

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

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

border-color css

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

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

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