Html Css Color HEX #B5146E Jazzberry Jam

📋 copy color: '#B5146E'

red 181 ◦ green 20 ◦ blue 110

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

Shades of Jazzberry Jam #B5146E

Tints of Jazzberry Jam #B5146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 58.2%
G = 6.43%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5146E (or 0xB5146E) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6E. RGB value is (181,20,110). Sum of RGB (Red+Green+Blue) = 181+20+110=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146E is #4AEB91. Grayscale: #4E4E4E. Windows color (decimal): -4909970 or 7214261. OLE color: 7214261.

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

Color convert

RGB 181 20 110 -
CMYK 0 0.89 0.39 0.29
HSL 326.46º 0.8% 0.39% -
HSV(B) 326.46º 0.89% 0.71% -
XYZ 22.12 11.45 15.8 -
YUV 78.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 181 20 110 0 0.89 0.39 0.29 326.46 0.8 0.39
Hex B5 14 6E 0 59 27 1D 146 50 27
Octal 265 24 156 0 131 47 35 506 120 47
Binary 10110101 10100 1101110 0 1011001 100111 11101 101000110 1010000 100111

Color Harmonies of #B5146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5146E

Black with #B5146E

Text Example


Text Example

White with #B5146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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