Html Css Color HEX #B5146D Jazzberry Jam

📋 copy color: '#B5146D'

red 181 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #B5146D

Tints of Jazzberry Jam #B5146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 58.39%
G = 6.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5146D (or 0xB5146D) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6D. RGB value is (181,20,109). Sum of RGB (Red+Green+Blue) = 181+20+109=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146D is #4AEB92. Grayscale: #4E4E4E. Windows color (decimal): -4909971 or 7148725. OLE color: 7148725.

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

Color convert

RGB 181 20 109 -
CMYK 0 0.89 0.40 0.29
HSL 326.83º 0.8% 0.39% -
HSV(B) 326.83º 0.89% 0.71% -
XYZ 22.07 11.43 15.51 -
YUV 78.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 181 20 109 0 0.89 0.40 0.29 326.83 0.8 0.39
Hex B5 14 6D 0 59 28 1D 147 50 27
Octal 265 24 155 0 131 50 35 507 120 47
Binary 10110101 10100 1101101 0 1011001 101000 11101 101000111 1010000 100111

Color Harmonies of #B5146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5146D

Black with #B5146D

Text Example


Text Example

White with #B5146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5146D; }

 p { color: rgb(181,20,109); }

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

background-color css

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

 a { background-color: rgb(181,20,109); }

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

border-color css

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

 span { border-color: rgb(181,20,109); }

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