Html Css Color HEX #BF4994 Mulberry

📋 copy color: '#BF4994'

red 191 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #BF4994

Tints of Mulberry #BF4994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 46.36%
G = 17.72%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF4994 (or 0xBF4994) is known color: Mulberry. HEX triplet: BF, 49 and 94. RGB value is (191,73,148). Sum of RGB (Red+Green+Blue) = 191+73+148=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4994 is #40B66B. Grayscale: #747474. Windows color (decimal): -4241004 or 9718207. OLE color: 9718207.

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

Color convert

RGB 191 73 148 -
CMYK 0 0.62 0.23 0.25
HSL 321.86º 0.48% 0.52% -
HSV(B) 321.86º 0.62% 0.75% -
XYZ 29.21 17.98 29.95 -
YUV 116.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 191 73 148 0 0.62 0.23 0.25 321.86 0.48 0.52
Hex BF 49 94 0 3E 17 19 142 30 34
Octal 277 111 224 0 76 27 31 502 60 64
Binary 10111111 1001001 10010100 0 111110 10111 11001 101000010 110000 110100

Color Harmonies of #BF4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4994

Black with #BF4994

Text Example


Text Example

White with #BF4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4994; }

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

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

background-color css

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

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

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

border-color css

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

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

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