Html Css Color HEX #BF4D9E Mulberry

📋 copy color: '#BF4D9E'

red 191 ◦ green 77 ◦ blue 158

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

Shades of Mulberry #BF4D9E

Tints of Mulberry #BF4D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 44.84%
G = 18.08%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF4D9E (or 0xBF4D9E) is known color: Mulberry. HEX triplet: BF, 4D and 9E. RGB value is (191,77,158). Sum of RGB (Red+Green+Blue) = 191+77+158=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D9E is #40B261. Grayscale: #787878. Windows color (decimal): -4239970 or 10374591. OLE color: 10374591.

HSL color Cylindrical-coordinate representation of color #BF4D9E: hue angle of 317.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 #BF4D9E is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 77 158 -
CMYK 0 0.60 0.17 0.25
HSL 317.37º 0.47% 0.53% -
HSV(B) 317.37º 0.6% 0.75% -
XYZ 30.31 18.85 34.39 -
YUV 120.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 191 77 158 0 0.60 0.17 0.25 317.37 0.47 0.53
Hex BF 4D 9E 0 3C 11 19 13D 2F 35
Octal 277 115 236 0 74 21 31 475 57 65
Binary 10111111 1001101 10011110 0 111100 10001 11001 100111101 101111 110101

Color Harmonies of #BF4D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D9E

Black with #BF4D9E

Text Example


Text Example

White with #BF4D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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