Html Css Color HEX #B50552 Jazzberry Jam

📋 copy color: '#B50552'

red 181 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #B50552

Tints of Jazzberry Jam #B50552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 67.54%
G = 1.87%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B50552 (or 0xB50552) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 52. RGB value is (181,5,82). Sum of RGB (Red+Green+Blue) = 181+5+82=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B50552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50552 is #4AFAAD. Grayscale: #424242. Windows color (decimal): -4913838 or 5375413. OLE color: 5375413.

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

Color convert

RGB 181 5 82 -
CMYK 0 0.97 0.55 0.29
HSL 333.75º 0.95% 0.36% -
HSV(B) 333.75º 0.97% 0.71% -
XYZ 20.63 10.54 8.93 -
YUV 66.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 181 5 82 0 0.97 0.55 0.29 333.75 0.95 0.36
Hex B5 5 52 0 61 37 1D 14E 5F 24
Octal 265 5 122 0 141 67 35 516 137 44
Binary 10110101 101 1010010 0 1100001 110111 11101 101001110 1011111 100100

Color Harmonies of #B50552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50552

Black with #B50552

Text Example


Text Example

White with #B50552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50552; }

 p { color: rgb(181,5,82); }

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

background-color css

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

 a { background-color: rgb(181,5,82); }

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

border-color css

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

 span { border-color: rgb(181,5,82); }

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