Html Css Color HEX #B50169 Jazzberry Jam

📋 copy color: '#B50169'

red 181 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #B50169

Tints of Jazzberry Jam #B50169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 63.07%
G = 0.35%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B50169 (or 0xB50169) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 69. RGB value is (181,1,105). Sum of RGB (Red+Green+Blue) = 181+1+105=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50169 is #4AFE96. Grayscale: #424242. Windows color (decimal): -4914839 or 6881717. OLE color: 6881717.

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

Color convert

RGB 181 1 105 -
CMYK 0 0.99 0.42 0.29
HSL 325.33º 0.99% 0.36% -
HSV(B) 325.33º 0.99% 0.71% -
XYZ 21.62 10.87 14.32 -
YUV 66.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 181 1 105 0 0.99 0.42 0.29 325.33 0.99 0.36
Hex B5 1 69 0 63 2A 1D 145 63 24
Octal 265 1 151 0 143 52 35 505 143 44
Binary 10110101 1 1101001 0 1100011 101010 11101 101000101 1100011 100100

Color Harmonies of #B50169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50169

Black with #B50169

Text Example


Text Example

White with #B50169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50169; }

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

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

background-color css

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

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

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

border-color css

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

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

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