Html Css Color HEX #BF4490 Mulberry

📋 copy color: '#BF4490'

red 191 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #BF4490

Tints of Mulberry #BF4490

RGB

 RED value IS 191 (75% from 255) = 47.39%

 GREEN value IS 68 (26.95% from 255) = 16.87%

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

R = 47.39%
G = 16.87%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4490 (or 0xBF4490) is known color: Mulberry. HEX triplet: BF, 44 and 90. RGB value is (191,68,144). Sum of RGB (Red+Green+Blue) = 191+68+144=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4490 is #40BB6F. Grayscale: #717171. Windows color (decimal): -4242288 or 9454783. OLE color: 9454783.

HSL color Cylindrical-coordinate representation of color #BF4490: hue angle of 322.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4490 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 144 -
CMYK 0 0.64 0.25 0.25
HSL 322.93º 0.49% 0.51% -
HSV(B) 322.93º 0.64% 0.75% -
XYZ 28.59 17.22 28.2 -
YUV 113.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 191 68 144 0 0.64 0.25 0.25 322.93 0.49 0.51
Hex BF 44 90 0 40 19 19 143 31 33
Octal 277 104 220 0 100 31 31 503 61 63
Binary 10111111 1000100 10010000 0 1000000 11001 11001 101000011 110001 110011

Color Harmonies of #BF4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4490

Black with #BF4490

Text Example


Text Example

White with #BF4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4490; }

 p { color: rgb(191,68,144); }

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

background-color css

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

 a { background-color: rgb(191,68,144); }

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

border-color css

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

 span { border-color: rgb(191,68,144); }

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