Html Css Color HEX #B50167 Jazzberry Jam

📋 copy color: '#B50167'

red 181 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #B50167

Tints of Jazzberry Jam #B50167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 63.51%
G = 0.35%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B50167 (or 0xB50167) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 67. RGB value is (181,1,103). Sum of RGB (Red+Green+Blue) = 181+1+103=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50167 is #4AFE98. Grayscale: #424242. Windows color (decimal): -4914841 or 6750645. OLE color: 6750645.

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

Color convert

RGB 181 1 103 -
CMYK 0 0.99 0.43 0.29
HSL 326º 0.99% 0.36% -
HSV(B) 326º 0.99% 0.71% -
XYZ 21.52 10.82 13.79 -
YUV 66.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 181 1 103 0 0.99 0.43 0.29 326 0.99 0.36
Hex B5 1 67 0 63 2B 1D 146 63 24
Octal 265 1 147 0 143 53 35 506 143 44
Binary 10110101 1 1100111 0 1100011 101011 11101 101000110 1100011 100100

Color Harmonies of #B50167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50167

Black with #B50167

Text Example


Text Example

White with #B50167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50167; }

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

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

background-color css

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

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

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

border-color css

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

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

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