Html Css Color HEX #BF5E8F Mulberry

📋 copy color: '#BF5E8F'

red 191 ◦ green 94 ◦ blue 143

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

Shades of Mulberry #BF5E8F

Tints of Mulberry #BF5E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 44.63%
G = 21.96%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF5E8F (or 0xBF5E8F) is known color: Mulberry. HEX triplet: BF, 5E and 8F. RGB value is (191,94,143). Sum of RGB (Red+Green+Blue) = 191+94+143=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8F is #40A170. Grayscale: #808080. Windows color (decimal): -4235633 or 9395903. OLE color: 9395903.

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

Color convert

RGB 191 94 143 -
CMYK 0 0.51 0.25 0.25
HSL 329.69º 0.43% 0.56% -
HSV(B) 329.69º 0.51% 0.75% -
XYZ 30.45 21.06 28.45 -
YUV 128.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 191 94 143 0 0.51 0.25 0.25 329.69 0.43 0.56
Hex BF 5E 8F 0 33 19 19 14A 2B 38
Octal 277 136 217 0 63 31 31 512 53 70
Binary 10111111 1011110 10001111 0 110011 11001 11001 101001010 101011 111000

Color Harmonies of #BF5E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E8F

Black with #BF5E8F

Text Example


Text Example

White with #BF5E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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