Html Css Color HEX #BF5E8B Mulberry

📋 copy color: '#BF5E8B'

red 191 ◦ green 94 ◦ blue 139

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

Shades of Mulberry #BF5E8B

Tints of Mulberry #BF5E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 45.05%
G = 22.17%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF5E8B (or 0xBF5E8B) is known color: Mulberry. HEX triplet: BF, 5E and 8B. RGB value is (191,94,139). Sum of RGB (Red+Green+Blue) = 191+94+139=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8B is #40A174. Grayscale: #808080. Windows color (decimal): -4235637 or 9133759. OLE color: 9133759.

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

Color convert

RGB 191 94 139 -
CMYK 0 0.51 0.27 0.25
HSL 332.16º 0.43% 0.56% -
HSV(B) 332.16º 0.51% 0.75% -
XYZ 30.15 20.95 26.88 -
YUV 128.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 191 94 139 0 0.51 0.27 0.25 332.16 0.43 0.56
Hex BF 5E 8B 0 33 1B 19 14C 2B 38
Octal 277 136 213 0 63 33 31 514 53 70
Binary 10111111 1011110 10001011 0 110011 11011 11001 101001100 101011 111000

Color Harmonies of #BF5E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E8B

Black with #BF5E8B

Text Example


Text Example

White with #BF5E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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