Html Css Color HEX #B5136E Jazzberry Jam

📋 copy color: '#B5136E'

red 181 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #B5136E

Tints of Jazzberry Jam #B5136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 58.39%
G = 6.13%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5136E (or 0xB5136E) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 6E. RGB value is (181,19,110). Sum of RGB (Red+Green+Blue) = 181+19+110=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5136E is #4AEC91. Grayscale: #4D4D4D. Windows color (decimal): -4910226 or 7214005. OLE color: 7214005.

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

Color convert

RGB 181 19 110 -
CMYK 0 0.90 0.39 0.29
HSL 326.3º 0.81% 0.39% -
HSV(B) 326.3º 0.9% 0.71% -
XYZ 22.1 11.42 15.79 -
YUV 77.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 181 19 110 0 0.90 0.39 0.29 326.3 0.81 0.39
Hex B5 13 6E 0 5A 27 1D 146 51 27
Octal 265 23 156 0 132 47 35 506 121 47
Binary 10110101 10011 1101110 0 1011010 100111 11101 101000110 1010001 100111

Color Harmonies of #B5136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5136E

Black with #B5136E

Text Example


Text Example

White with #B5136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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