Html Css Color HEX #BF538A Mulberry

📋 copy color: '#BF538A'

red 191 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #BF538A

Tints of Mulberry #BF538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 46.36%
G = 20.15%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF538A (or 0xBF538A) is known color: Mulberry. HEX triplet: BF, 53 and 8A. RGB value is (191,83,138). Sum of RGB (Red+Green+Blue) = 191+83+138=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538A is #40AC75. Grayscale: #797979. Windows color (decimal): -4238454 or 9065407. OLE color: 9065407.

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

Color convert

RGB 191 83 138 -
CMYK 0 0.57 0.28 0.25
HSL 329.44º 0.46% 0.54% -
HSV(B) 329.44º 0.57% 0.75% -
XYZ 29.17 19.1 26.19 -
YUV 121.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 191 83 138 0 0.57 0.28 0.25 329.44 0.46 0.54
Hex BF 53 8A 0 39 1C 19 149 2E 36
Octal 277 123 212 0 71 34 31 511 56 66
Binary 10111111 1010011 10001010 0 111001 11100 11001 101001001 101110 110110

Color Harmonies of #BF538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF538A

Black with #BF538A

Text Example


Text Example

White with #BF538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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