Html Css Color HEX #B50074 Jazzberry Jam

📋 copy color: '#B50074'

red 181 ◦ green 0 ◦ blue 116

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

Shades of Jazzberry Jam #B50074

Tints of Jazzberry Jam #B50074

RGB

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

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

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

R = 60.94%
G = 0%
B = 39.06%

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

#B50074 (or 0xB50074) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 74. RGB value is (181,0,116). Sum of RGB (Red+Green+Blue) = 181+0+116=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B50074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50074 is #4AFF8B. Grayscale: #434343. Windows color (decimal): -4915084 or 7602357. OLE color: 7602357.

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

Color convert

RGB 181 0 116 -
CMYK 0 1 0.36 0.29
HSL 321.55º 1% 0.35% -
HSV(B) 321.55º 1% 0.71% -
XYZ 22.21 11.08 17.49 -
YUV 67.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 181 0 116 0 1 0.36 0.29 321.55 1 0.35
Hex B5 0 74 0 64 24 1D 142 64 23
Octal 265 0 164 0 144 44 35 502 144 43
Binary 10110101 0 1110100 0 1100100 100100 11101 101000010 1100100 100011

Color Harmonies of #B50074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50074

Black with #B50074

Text Example


Text Example

White with #B50074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50074; }

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

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

background-color css

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

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

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

border-color css

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

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

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