Html Css Color HEX #B50467 Jazzberry Jam

📋 copy color: '#B50467'

red 181 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #B50467

Tints of Jazzberry Jam #B50467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 62.85%
G = 1.39%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B50467 (or 0xB50467) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 67. RGB value is (181,4,103). Sum of RGB (Red+Green+Blue) = 181+4+103=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B50467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50467 is #4AFB98. Grayscale: #434343. Windows color (decimal): -4914073 or 6751413. OLE color: 6751413.

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

Color convert

RGB 181 4 103 -
CMYK 0 0.98 0.43 0.29
HSL 326.44º 0.96% 0.36% -
HSV(B) 326.44º 0.98% 0.71% -
XYZ 21.55 10.89 13.8 -
YUV 68.21 147.64 208.45 -
System Red Green Blue C M Y K H S L
Decimal 181 4 103 0 0.98 0.43 0.29 326.44 0.96 0.36
Hex B5 4 67 0 62 2B 1D 146 60 24
Octal 265 4 147 0 142 53 35 506 140 44
Binary 10110101 100 1100111 0 1100010 101011 11101 101000110 1100000 100100

Color Harmonies of #B50467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50467

Black with #B50467

Text Example


Text Example

White with #B50467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50467; }

 p { color: rgb(181,4,103); }

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

background-color css

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

 a { background-color: rgb(181,4,103); }

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

border-color css

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

 span { border-color: rgb(181,4,103); }

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