Html Css Color HEX #BF5E93 Mulberry

📋 copy color: '#BF5E93'

red 191 ◦ green 94 ◦ blue 147

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

Shades of Mulberry #BF5E93

Tints of Mulberry #BF5E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 44.21%
G = 21.76%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF5E93 (or 0xBF5E93) is known color: Mulberry. HEX triplet: BF, 5E and 93. RGB value is (191,94,147). Sum of RGB (Red+Green+Blue) = 191+94+147=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E93 is #40A16C. Grayscale: #808080. Windows color (decimal): -4235629 or 9658047. OLE color: 9658047.

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

Color convert

RGB 191 94 147 -
CMYK 0 0.51 0.23 0.25
HSL 327.22º 0.43% 0.56% -
HSV(B) 327.22º 0.51% 0.75% -
XYZ 30.76 21.19 30.07 -
YUV 129.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 191 94 147 0 0.51 0.23 0.25 327.22 0.43 0.56
Hex BF 5E 93 0 33 17 19 147 2B 38
Octal 277 136 223 0 63 27 31 507 53 70
Binary 10111111 1011110 10010011 0 110011 10111 11001 101000111 101011 111000

Color Harmonies of #BF5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E93

Black with #BF5E93

Text Example


Text Example

White with #BF5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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