Html Css Color HEX #BF5E8E Mulberry

📋 copy color: '#BF5E8E'

red 191 ◦ green 94 ◦ blue 142

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

Shades of Mulberry #BF5E8E

Tints of Mulberry #BF5E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 44.73%
G = 22.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF5E8E (or 0xBF5E8E) is known color: Mulberry. HEX triplet: BF, 5E and 8E. RGB value is (191,94,142). Sum of RGB (Red+Green+Blue) = 191+94+142=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8E is #40A171. Grayscale: #808080. Windows color (decimal): -4235634 or 9330367. OLE color: 9330367.

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

Color convert

RGB 191 94 142 -
CMYK 0 0.51 0.26 0.25
HSL 330.31º 0.43% 0.56% -
HSV(B) 330.31º 0.51% 0.75% -
XYZ 30.37 21.03 28.05 -
YUV 128.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 191 94 142 0 0.51 0.26 0.25 330.31 0.43 0.56
Hex BF 5E 8E 0 33 1A 19 14A 2B 38
Octal 277 136 216 0 63 32 31 512 53 70
Binary 10111111 1011110 10001110 0 110011 11010 11001 101001010 101011 111000

Color Harmonies of #BF5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E8E

Black with #BF5E8E

Text Example


Text Example

White with #BF5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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