Html Css Color HEX #BF538B Mulberry

📋 copy color: '#BF538B'

red 191 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #BF538B

Tints of Mulberry #BF538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 46.25%
G = 20.1%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF538B (or 0xBF538B) is known color: Mulberry. HEX triplet: BF, 53 and 8B. RGB value is (191,83,139). Sum of RGB (Red+Green+Blue) = 191+83+139=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538B is #40AC74. Grayscale: #797979. Windows color (decimal): -4238453 or 9130943. OLE color: 9130943.

HSL color Cylindrical-coordinate representation of color #BF538B: hue angle of 328.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF538B is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 139 -
CMYK 0 0.57 0.27 0.25
HSL 328.89º 0.46% 0.54% -
HSV(B) 328.89º 0.57% 0.75% -
XYZ 29.24 19.13 26.58 -
YUV 121.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 191 83 139 0 0.57 0.27 0.25 328.89 0.46 0.54
Hex BF 53 8B 0 39 1B 19 149 2E 36
Octal 277 123 213 0 71 33 31 511 56 66
Binary 10111111 1010011 10001011 0 111001 11011 11001 101001001 101110 110110

Color Harmonies of #BF538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF538B

Black with #BF538B

Text Example


Text Example

White with #BF538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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