Html Css Color HEX #B0136E Jazzberry Jam

📋 copy color: '#B0136E'

red 176 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #B0136E

Tints of Jazzberry Jam #B0136E

RGB

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

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

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

R = 57.7%
G = 6.23%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0136E (or 0xB0136E) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 6E. RGB value is (176,19,110). Sum of RGB (Red+Green+Blue) = 176+19+110=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0136E is #4FEC91. Grayscale: #4C4C4C. Windows color (decimal): -5237906 or 7214000. OLE color: 7214000.

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

Color convert

RGB 176 19 110 -
CMYK 0 0.89 0.37 0.31
HSL 325.22º 0.81% 0.38% -
HSV(B) 325.22º 0.89% 0.69% -
XYZ 20.95 10.82 15.74 -
YUV 76.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 176 19 110 0 0.89 0.37 0.31 325.22 0.81 0.38
Hex B0 13 6E 0 59 25 1F 145 51 26
Octal 260 23 156 0 131 45 37 505 121 46
Binary 10110000 10011 1101110 0 1011001 100101 11111 101000101 1010001 100110

Color Harmonies of #B0136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0136E

Black with #B0136E

Text Example


Text Example

White with #B0136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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