Html Css Color HEX #B14690 Mulberry

📋 copy color: '#B14690'

red 177 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #B14690

Tints of Mulberry #B14690

RGB

 RED value IS 177 (69.53% from 255) = 45.27%

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 45.27%
G = 17.9%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B14690 (or 0xB14690) is known color: Mulberry. HEX triplet: B1, 46 and 90. RGB value is (177,70,144). Sum of RGB (Red+Green+Blue) = 177+70+144=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B14690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14690 is #4EB96F. Grayscale: #6E6E6E. Windows color (decimal): -5159280 or 9455281. OLE color: 9455281.

HSL color Cylindrical-coordinate representation of color #B14690: hue angle of 318.5º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14690 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 144 -
CMYK 0 0.60 0.19 0.31
HSL 318.5º 0.43% 0.48% -
HSV(B) 318.5º 0.6% 0.69% -
XYZ 25.36 15.74 28.09 -
YUV 110.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 177 70 144 0 0.60 0.19 0.31 318.5 0.43 0.48
Hex B1 46 90 0 3C 13 1F 13F 2B 30
Octal 261 106 220 0 74 23 37 477 53 60
Binary 10110001 1000110 10010000 0 111100 10011 11111 100111111 101011 110000

Color Harmonies of #B14690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14690

Black with #B14690

Text Example


Text Example

White with #B14690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14690; }

 p { color: rgb(177,70,144); }

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

background-color css

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

 a { background-color: rgb(177,70,144); }

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

border-color css

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

 span { border-color: rgb(177,70,144); }

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