Html Css Color HEX #B5146A Jazzberry Jam

📋 copy color: '#B5146A'

red 181 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #B5146A

Tints of Jazzberry Jam #B5146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 58.96%
G = 6.51%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5146A (or 0xB5146A) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6A. RGB value is (181,20,106). Sum of RGB (Red+Green+Blue) = 181+20+106=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146A is #4AEB95. Grayscale: #4D4D4D. Windows color (decimal): -4909974 or 6952117. OLE color: 6952117.

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

Color convert

RGB 181 20 106 -
CMYK 0 0.89 0.41 0.29
HSL 327.95º 0.8% 0.39% -
HSV(B) 327.95º 0.89% 0.71% -
XYZ 21.91 11.36 14.67 -
YUV 77.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 181 20 106 0 0.89 0.41 0.29 327.95 0.8 0.39
Hex B5 14 6A 0 59 29 1D 148 50 27
Octal 265 24 152 0 131 51 35 510 120 47
Binary 10110101 10100 1101010 0 1011001 101001 11101 101001000 1010000 100111

Color Harmonies of #B5146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5146A

Black with #B5146A

Text Example


Text Example

White with #B5146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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