Html Css Color HEX #B50274 Jazzberry Jam

📋 copy color: '#B50274'

red 181 ◦ green 2 ◦ blue 116

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

Shades of Jazzberry Jam #B50274

Tints of Jazzberry Jam #B50274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 60.54%
G = 0.67%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50274 (or 0xB50274) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 74. RGB value is (181,2,116). Sum of RGB (Red+Green+Blue) = 181+2+116=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B50274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50274 is #4AFD8B. Grayscale: #444444. Windows color (decimal): -4914572 or 7602869. OLE color: 7602869.

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

Color convert

RGB 181 2 116 -
CMYK 0 0.99 0.36 0.29
HSL 321.79º 0.98% 0.36% -
HSV(B) 321.79º 0.99% 0.71% -
XYZ 22.23 11.13 17.5 -
YUV 68.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 181 2 116 0 0.99 0.36 0.29 321.79 0.98 0.36
Hex B5 2 74 0 63 24 1D 142 62 24
Octal 265 2 164 0 143 44 35 502 142 44
Binary 10110101 10 1110100 0 1100011 100100 11101 101000010 1100010 100100

Color Harmonies of #B50274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50274

Black with #B50274

Text Example


Text Example

White with #B50274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50274; }

 p { color: rgb(181,2,116); }

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

background-color css

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

 a { background-color: rgb(181,2,116); }

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

border-color css

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

 span { border-color: rgb(181,2,116); }

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