Html Css Color HEX #BF5E9E Mulberry

📋 copy color: '#BF5E9E'

red 191 ◦ green 94 ◦ blue 158

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

Shades of Mulberry #BF5E9E

Tints of Mulberry #BF5E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 43.12%
G = 21.22%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF5E9E (or 0xBF5E9E) is known color: Mulberry. HEX triplet: BF, 5E and 9E. RGB value is (191,94,158). Sum of RGB (Red+Green+Blue) = 191+94+158=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E9E is #40A161. Grayscale: #828282. Windows color (decimal): -4235618 or 10378943. OLE color: 10378943.

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

Color convert

RGB 191 94 158 -
CMYK 0 0.51 0.17 0.25
HSL 320.41º 0.43% 0.56% -
HSV(B) 320.41º 0.51% 0.75% -
XYZ 31.66 21.55 34.84 -
YUV 130.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 191 94 158 0 0.51 0.17 0.25 320.41 0.43 0.56
Hex BF 5E 9E 0 33 11 19 140 2B 38
Octal 277 136 236 0 63 21 31 500 53 70
Binary 10111111 1011110 10011110 0 110011 10001 11001 101000000 101011 111000

Color Harmonies of #BF5E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E9E

Black with #BF5E9E

Text Example


Text Example

White with #BF5E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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