Html Css Color HEX #BF4990 Mulberry

📋 copy color: '#BF4990'

red 191 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #BF4990

Tints of Mulberry #BF4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

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

R = 46.81%
G = 17.89%
B = 35.29%

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

#BF4990 (or 0xBF4990) is known color: Mulberry. HEX triplet: BF, 49 and 90. RGB value is (191,73,144). Sum of RGB (Red+Green+Blue) = 191+73+144=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4990 is #40B66F. Grayscale: #747474. Windows color (decimal): -4241008 or 9456063. OLE color: 9456063.

HSL color Cylindrical-coordinate representation of color #BF4990: hue angle of 323.9º 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 #BF4990 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 144 -
CMYK 0 0.62 0.25 0.25
HSL 323.9º 0.48% 0.52% -
HSV(B) 323.9º 0.62% 0.75% -
XYZ 28.9 17.86 28.31 -
YUV 116.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 191 73 144 0 0.62 0.25 0.25 323.9 0.48 0.52
Hex BF 49 90 0 3E 19 19 144 30 34
Octal 277 111 220 0 76 31 31 504 60 64
Binary 10111111 1001001 10010000 0 111110 11001 11001 101000100 110000 110100

Color Harmonies of #BF4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4990

Black with #BF4990

Text Example


Text Example

White with #BF4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4990; }

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

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

background-color css

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

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

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

border-color css

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

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

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