Html Css Color HEX #BF4E93 Mulberry

📋 copy color: '#BF4E93'

red 191 ◦ green 78 ◦ blue 147

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

Shades of Mulberry #BF4E93

Tints of Mulberry #BF4E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

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

R = 45.91%
G = 18.75%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF4E93 (or 0xBF4E93) is known color: Mulberry. HEX triplet: BF, 4E and 93. RGB value is (191,78,147). Sum of RGB (Red+Green+Blue) = 191+78+147=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E93 is #40B16C. Grayscale: #777777. Windows color (decimal): -4239725 or 9653951. OLE color: 9653951.

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

Color convert

RGB 191 78 147 -
CMYK 0 0.59 0.23 0.25
HSL 323.36º 0.47% 0.53% -
HSV(B) 323.36º 0.59% 0.75% -
XYZ 29.48 18.63 29.65 -
YUV 119.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 191 78 147 0 0.59 0.23 0.25 323.36 0.47 0.53
Hex BF 4E 93 0 3B 17 19 143 2F 35
Octal 277 116 223 0 73 27 31 503 57 65
Binary 10111111 1001110 10010011 0 111011 10111 11001 101000011 101111 110101

Color Harmonies of #BF4E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E93

Black with #BF4E93

Text Example


Text Example

White with #BF4E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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