Html Css Color HEX #B50073 Jazzberry Jam

📋 copy color: '#B50073'

red 181 ◦ green 0 ◦ blue 115

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

Shades of Jazzberry Jam #B50073

Tints of Jazzberry Jam #B50073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.15%
G = 0%
B = 38.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50073 (or 0xB50073) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 73. RGB value is (181,0,115). Sum of RGB (Red+Green+Blue) = 181+0+115=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B50073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50073 is #4AFF8C. Grayscale: #424242. Windows color (decimal): -4915085 or 7536821. OLE color: 7536821.

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

Color convert

RGB 181 0 115 -
CMYK 0 1 0.36 0.29
HSL 321.88º 1% 0.35% -
HSV(B) 321.88º 1% 0.71% -
XYZ 22.15 11.06 17.19 -
YUV 67.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 181 0 115 0 1 0.36 0.29 321.88 1 0.35
Hex B5 0 73 0 64 24 1D 142 64 23
Octal 265 0 163 0 144 44 35 502 144 43
Binary 10110101 0 1110011 0 1100100 100100 11101 101000010 1100100 100011

Color Harmonies of #B50073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50073

Black with #B50073

Text Example


Text Example

White with #B50073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50073; }

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

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

background-color css

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

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

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

border-color css

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

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

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