Html Css Color HEX #B50051 Jazzberry Jam

📋 copy color: '#B50051'

red 181 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #B50051

Tints of Jazzberry Jam #B50051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 69.08%
G = 0%
B = 30.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B50051 (or 0xB50051) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 51. RGB value is (181,0,81). Sum of RGB (Red+Green+Blue) = 181+0+81=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B50051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50051 is #4AFFAE. Grayscale: #3F3F3F. Windows color (decimal): -4915119 or 5308597. OLE color: 5308597.

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

Color convert

RGB 181 0 81 -
CMYK 0 1 0.55 0.29
HSL 333.15º 1% 0.35% -
HSV(B) 333.15º 1% 0.71% -
XYZ 20.54 10.42 8.71 -
YUV 63.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 181 0 81 0 1 0.55 0.29 333.15 1 0.35
Hex B5 0 51 0 64 37 1D 14D 64 23
Octal 265 0 121 0 144 67 35 515 144 43
Binary 10110101 0 1010001 0 1100100 110111 11101 101001101 1100100 100011

Color Harmonies of #B50051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50051

Black with #B50051

Text Example


Text Example

White with #B50051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50051; }

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

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

background-color css

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

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

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

border-color css

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

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

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