Html Css Color HEX #BF4394 Mulberry

📋 copy color: '#BF4394'

red 191 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #BF4394

Tints of Mulberry #BF4394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.5%

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

R = 47.04%
G = 16.5%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF4394 (or 0xBF4394) is known color: Mulberry. HEX triplet: BF, 43 and 94. RGB value is (191,67,148). Sum of RGB (Red+Green+Blue) = 191+67+148=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4394 is #40BC6B. Grayscale: #717171. Windows color (decimal): -4242540 or 9716671. OLE color: 9716671.

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

Color convert

RGB 191 67 148 -
CMYK 0 0.65 0.23 0.25
HSL 320.81º 0.49% 0.51% -
HSV(B) 320.81º 0.65% 0.75% -
XYZ 28.84 17.23 29.82 -
YUV 113.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 191 67 148 0 0.65 0.23 0.25 320.81 0.49 0.51
Hex BF 43 94 0 41 17 19 141 31 33
Octal 277 103 224 0 101 27 31 501 61 63
Binary 10111111 1000011 10010100 0 1000001 10111 11001 101000001 110001 110011

Color Harmonies of #BF4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4394

Black with #BF4394

Text Example


Text Example

White with #BF4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4394; }

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

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

background-color css

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

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

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

border-color css

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

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

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