Html Css Color HEX #B5146B Jazzberry Jam

📋 copy color: '#B5146B'

red 181 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #B5146B

Tints of Jazzberry Jam #B5146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 58.77%
G = 6.49%
B = 34.74%

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

#B5146B (or 0xB5146B) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6B. RGB value is (181,20,107). Sum of RGB (Red+Green+Blue) = 181+20+107=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146B is #4AEB94. Grayscale: #4D4D4D. Windows color (decimal): -4909973 or 7017653. OLE color: 7017653.

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

Color convert

RGB 181 20 107 -
CMYK 0 0.89 0.41 0.29
HSL 327.58º 0.8% 0.39% -
HSV(B) 327.58º 0.89% 0.71% -
XYZ 21.96 11.39 14.95 -
YUV 78.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 181 20 107 0 0.89 0.41 0.29 327.58 0.8 0.39
Hex B5 14 6B 0 59 29 1D 148 50 27
Octal 265 24 153 0 131 51 35 510 120 47
Binary 10110101 10100 1101011 0 1011001 101001 11101 101001000 1010000 100111

Color Harmonies of #B5146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5146B

Black with #B5146B

Text Example


Text Example

White with #B5146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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