Html Css Color HEX #BF5E9B Mulberry

📋 copy color: '#BF5E9B'

red 191 ◦ green 94 ◦ blue 155

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

Shades of Mulberry #BF5E9B

Tints of Mulberry #BF5E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 43.41%
G = 21.36%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF5E9B (or 0xBF5E9B) is known color: Mulberry. HEX triplet: BF, 5E and 9B. RGB value is (191,94,155). Sum of RGB (Red+Green+Blue) = 191+94+155=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E9B is #40A164. Grayscale: #818181. Windows color (decimal): -4235621 or 10182335. OLE color: 10182335.

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

Color convert

RGB 191 94 155 -
CMYK 0 0.51 0.19 0.25
HSL 322.27º 0.43% 0.56% -
HSV(B) 322.27º 0.51% 0.75% -
XYZ 31.4 21.45 33.5 -
YUV 129.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 191 94 155 0 0.51 0.19 0.25 322.27 0.43 0.56
Hex BF 5E 9B 0 33 13 19 142 2B 38
Octal 277 136 233 0 63 23 31 502 53 70
Binary 10111111 1011110 10011011 0 110011 10011 11001 101000010 101011 111000

Color Harmonies of #BF5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E9B

Black with #BF5E9B

Text Example


Text Example

White with #BF5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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