Html Css Color HEX #B5106C Jazzberry Jam

📋 copy color: '#B5106C'

red 181 ◦ green 16 ◦ blue 108

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

Shades of Jazzberry Jam #B5106C

Tints of Jazzberry Jam #B5106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 59.34%
G = 5.25%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5106C (or 0xB5106C) is known color: Jazzberry Jam. HEX triplet: B5, 10 and 6C. RGB value is (181,16,108). Sum of RGB (Red+Green+Blue) = 181+16+108=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5106C is #4AEF93. Grayscale: #4B4B4B. Windows color (decimal): -4910996 or 7082165. OLE color: 7082165.

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

Color convert

RGB 181 16 108 -
CMYK 0 0.91 0.40 0.29
HSL 326.55º 0.84% 0.39% -
HSV(B) 326.55º 0.91% 0.71% -
XYZ 21.95 11.28 15.21 -
YUV 75.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 181 16 108 0 0.91 0.40 0.29 326.55 0.84 0.39
Hex B5 10 6C 0 5B 28 1D 147 54 27
Octal 265 20 154 0 133 50 35 507 124 47
Binary 10110101 10000 1101100 0 1011011 101000 11101 101000111 1010100 100111

Color Harmonies of #B5106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5106C

Black with #B5106C

Text Example


Text Example

White with #B5106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5106C; }

 p { color: rgb(181,16,108); }

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

background-color css

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

 a { background-color: rgb(181,16,108); }

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

border-color css

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

 span { border-color: rgb(181,16,108); }

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