Html Css Color HEX #BF5E9D Mulberry

📋 copy color: '#BF5E9D'

red 191 ◦ green 94 ◦ blue 157

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

Shades of Mulberry #BF5E9D

Tints of Mulberry #BF5E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 43.21%
G = 21.27%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF5E9D (or 0xBF5E9D) is known color: Mulberry. HEX triplet: BF, 5E and 9D. RGB value is (191,94,157). Sum of RGB (Red+Green+Blue) = 191+94+157=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E9D is #40A162. Grayscale: #828282. Windows color (decimal): -4235619 or 10313407. OLE color: 10313407.

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

Color convert

RGB 191 94 157 -
CMYK 0 0.51 0.18 0.25
HSL 321.03º 0.43% 0.56% -
HSV(B) 321.03º 0.51% 0.75% -
XYZ 31.57 21.52 34.39 -
YUV 130.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 191 94 157 0 0.51 0.18 0.25 321.03 0.43 0.56
Hex BF 5E 9D 0 33 12 19 141 2B 38
Octal 277 136 235 0 63 22 31 501 53 70
Binary 10111111 1011110 10011101 0 110011 10010 11001 101000001 101011 111000

Color Harmonies of #BF5E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E9D

Black with #BF5E9D

Text Example


Text Example

White with #BF5E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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