Html Css Color HEX #B5126C Jazzberry Jam

📋 copy color: '#B5126C'

red 181 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #B5126C

Tints of Jazzberry Jam #B5126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 58.96%
G = 5.86%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5126C (or 0xB5126C) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 6C. RGB value is (181,18,108). Sum of RGB (Red+Green+Blue) = 181+18+108=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5126C is #4AED93. Grayscale: #4C4C4C. Windows color (decimal): -4910484 or 7082677. OLE color: 7082677.

HSL color Cylindrical-coordinate representation of color #B5126C: hue angle of 326.87º degrees, saturation: 0.82, 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 #B5126C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 108 -
CMYK 0 0.90 0.40 0.29
HSL 326.87º 0.82% 0.39% -
HSV(B) 326.87º 0.9% 0.71% -
XYZ 21.98 11.34 15.22 -
YUV 77 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 181 18 108 0 0.90 0.40 0.29 326.87 0.82 0.39
Hex B5 12 6C 0 5A 28 1D 147 52 27
Octal 265 22 154 0 132 50 35 507 122 47
Binary 10110101 10010 1101100 0 1011010 101000 11101 101000111 1010010 100111

Color Harmonies of #B5126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5126C

Black with #B5126C

Text Example


Text Example

White with #B5126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5126C; }

 p { color: rgb(181,18,108); }

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

background-color css

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

 a { background-color: rgb(181,18,108); }

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

border-color css

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

 span { border-color: rgb(181,18,108); }

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