Html Css Color HEX #B51166 Jazzberry Jam

📋 copy color: '#B51166'

red 181 ◦ green 17 ◦ blue 102

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

Shades of Jazzberry Jam #B51166

Tints of Jazzberry Jam #B51166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 60.33%
G = 5.67%
B = 34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B51166 (or 0xB51166) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 66. RGB value is (181,17,102). Sum of RGB (Red+Green+Blue) = 181+17+102=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B51166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51166 is #4AEE99. Grayscale: #4B4B4B. Windows color (decimal): -4910746 or 6689205. OLE color: 6689205.

HSL color Cylindrical-coordinate representation of color #B51166: hue angle of 328.9º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51166 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 102 -
CMYK 0 0.91 0.44 0.29
HSL 328.9º 0.83% 0.39% -
HSV(B) 328.9º 0.91% 0.71% -
XYZ 21.65 11.18 13.59 -
YUV 75.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 181 17 102 0 0.91 0.44 0.29 328.9 0.83 0.39
Hex B5 11 66 0 5B 2C 1D 149 53 27
Octal 265 21 146 0 133 54 35 511 123 47
Binary 10110101 10001 1100110 0 1011011 101100 11101 101001001 1010011 100111

Color Harmonies of #B51166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51166

Black with #B51166

Text Example


Text Example

White with #B51166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51166; }

 p { color: rgb(181,17,102); }

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

background-color css

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

 a { background-color: rgb(181,17,102); }

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

border-color css

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

 span { border-color: rgb(181,17,102); }

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