Html Css Color HEX #B0126E Jazzberry Jam

📋 copy color: '#B0126E'

red 176 ◦ green 18 ◦ blue 110

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

Shades of Jazzberry Jam #B0126E

Tints of Jazzberry Jam #B0126E

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

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

R = 57.89%
G = 5.92%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0126E (or 0xB0126E) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 6E. RGB value is (176,18,110). Sum of RGB (Red+Green+Blue) = 176+18+110=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0126E is #4FED91. Grayscale: #4B4B4B. Windows color (decimal): -5238162 or 7213744. OLE color: 7213744.

HSL color Cylindrical-coordinate representation of color #B0126E: hue angle of 325.06º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0126E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 110 -
CMYK 0 0.90 0.37 0.31
HSL 325.06º 0.81% 0.38% -
HSV(B) 325.06º 0.9% 0.69% -
XYZ 20.94 10.79 15.73 -
YUV 75.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 176 18 110 0 0.90 0.37 0.31 325.06 0.81 0.38
Hex B0 12 6E 0 5A 25 1F 145 51 26
Octal 260 22 156 0 132 45 37 505 121 46
Binary 10110000 10010 1101110 0 1011010 100101 11111 101000101 1010001 100110

Color Harmonies of #B0126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0126E

Black with #B0126E

Text Example


Text Example

White with #B0126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0126E; }

 p { color: rgb(176,18,110); }

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

background-color css

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

 a { background-color: rgb(176,18,110); }

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

border-color css

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

 span { border-color: rgb(176,18,110); }

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