Html Css Color HEX #BF4D9A Mulberry

📋 copy color: '#BF4D9A'

red 191 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #BF4D9A

Tints of Mulberry #BF4D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 45.26%
G = 18.25%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF4D9A (or 0xBF4D9A) is known color: Mulberry. HEX triplet: BF, 4D and 9A. RGB value is (191,77,154). Sum of RGB (Red+Green+Blue) = 191+77+154=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D9A is #40B265. Grayscale: #777777. Windows color (decimal): -4239974 or 10112447. OLE color: 10112447.

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

Color convert

RGB 191 77 154 -
CMYK 0 0.60 0.19 0.25
HSL 319.47º 0.47% 0.53% -
HSV(B) 319.47º 0.6% 0.75% -
XYZ 29.97 18.72 32.6 -
YUV 119.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 191 77 154 0 0.60 0.19 0.25 319.47 0.47 0.53
Hex BF 4D 9A 0 3C 13 19 13F 2F 35
Octal 277 115 232 0 74 23 31 477 57 65
Binary 10111111 1001101 10011010 0 111100 10011 11001 100111111 101111 110101

Color Harmonies of #BF4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D9A

Black with #BF4D9A

Text Example


Text Example

White with #BF4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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