Html Css Color HEX #BF4393 Mulberry

📋 copy color: '#BF4393'

red 191 ◦ green 67 ◦ blue 147

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

Shades of Mulberry #BF4393

Tints of Mulberry #BF4393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 47.16%
G = 16.54%
B = 36.3%

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

#BF4393 (or 0xBF4393) is known color: Mulberry. HEX triplet: BF, 43 and 93. RGB value is (191,67,147). Sum of RGB (Red+Green+Blue) = 191+67+147=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4393 is #40BC6C. Grayscale: #717171. Windows color (decimal): -4242541 or 9651135. OLE color: 9651135.

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

Color convert

RGB 191 67 147 -
CMYK 0 0.65 0.23 0.25
HSL 321.29º 0.49% 0.51% -
HSV(B) 321.29º 0.65% 0.75% -
XYZ 28.76 17.2 29.41 -
YUV 113.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 191 67 147 0 0.65 0.23 0.25 321.29 0.49 0.51
Hex BF 43 93 0 41 17 19 141 31 33
Octal 277 103 223 0 101 27 31 501 61 63
Binary 10111111 1000011 10010011 0 1000001 10111 11001 101000001 110001 110011

Color Harmonies of #BF4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4393

Black with #BF4393

Text Example


Text Example

White with #BF4393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4393; }

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

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

background-color css

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

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

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

border-color css

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

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

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