Html Css Color HEX #BF4D8B Mulberry

📋 copy color: '#BF4D8B'

red 191 ◦ green 77 ◦ blue 139

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

Shades of Mulberry #BF4D8B

Tints of Mulberry #BF4D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

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

R = 46.93%
G = 18.92%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF4D8B (or 0xBF4D8B) is known color: Mulberry. HEX triplet: BF, 4D and 8B. RGB value is (191,77,139). Sum of RGB (Red+Green+Blue) = 191+77+139=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D8B is #40B274. Grayscale: #767676. Windows color (decimal): -4239989 or 9129407. OLE color: 9129407.

HSL color Cylindrical-coordinate representation of color #BF4D8B: hue angle of 327.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D8B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 77 139 -
CMYK 0 0.60 0.27 0.25
HSL 327.37º 0.47% 0.53% -
HSV(B) 327.37º 0.6% 0.75% -
XYZ 28.8 18.25 26.43 -
YUV 118.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 191 77 139 0 0.60 0.27 0.25 327.37 0.47 0.53
Hex BF 4D 8B 0 3C 1B 19 147 2F 35
Octal 277 115 213 0 74 33 31 507 57 65
Binary 10111111 1001101 10001011 0 111100 11011 11001 101000111 101111 110101

Color Harmonies of #BF4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D8B

Black with #BF4D8B

Text Example


Text Example

White with #BF4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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