Html Css Color HEX #BF4890 Mulberry

📋 copy color: '#BF4890'

red 191 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #BF4890

Tints of Mulberry #BF4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 46.93%
G = 17.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF4890 (or 0xBF4890) is known color: Mulberry. HEX triplet: BF, 48 and 90. RGB value is (191,72,144). Sum of RGB (Red+Green+Blue) = 191+72+144=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4890 is #40B76F. Grayscale: #737373. Windows color (decimal): -4241264 or 9455807. OLE color: 9455807.

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

Color convert

RGB 191 72 144 -
CMYK 0 0.62 0.25 0.25
HSL 323.7º 0.48% 0.52% -
HSV(B) 323.7º 0.62% 0.75% -
XYZ 28.84 17.72 28.29 -
YUV 115.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 191 72 144 0 0.62 0.25 0.25 323.7 0.48 0.52
Hex BF 48 90 0 3E 19 19 144 30 34
Octal 277 110 220 0 76 31 31 504 60 64
Binary 10111111 1001000 10010000 0 111110 11001 11001 101000100 110000 110100

Color Harmonies of #BF4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4890

Black with #BF4890

Text Example


Text Example

White with #BF4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4890; }

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

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

background-color css

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

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

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

border-color css

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

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

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