Html Css Color HEX #BF4793 Mulberry

📋 copy color: '#BF4793'

red 191 ◦ green 71 ◦ blue 147

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

Shades of Mulberry #BF4793

Tints of Mulberry #BF4793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 46.7%
G = 17.36%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF4793 (or 0xBF4793) is known color: Mulberry. HEX triplet: BF, 47 and 93. RGB value is (191,71,147). Sum of RGB (Red+Green+Blue) = 191+71+147=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4793 is #40B86C. Grayscale: #737373. Windows color (decimal): -4241517 or 9652159. OLE color: 9652159.

HSL color Cylindrical-coordinate representation of color #BF4793: hue angle of 322º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4793 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 147 -
CMYK 0 0.63 0.23 0.25
HSL 322º 0.48% 0.51% -
HSV(B) 322º 0.63% 0.75% -
XYZ 29.01 17.69 29.49 -
YUV 115.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 191 71 147 0 0.63 0.23 0.25 322 0.48 0.51
Hex BF 47 93 0 3F 17 19 142 30 33
Octal 277 107 223 0 77 27 31 502 60 63
Binary 10111111 1000111 10010011 0 111111 10111 11001 101000010 110000 110011

Color Harmonies of #BF4793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4793

Black with #BF4793

Text Example


Text Example

White with #BF4793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4793; }

 p { color: rgb(191,71,147); }

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

background-color css

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

 a { background-color: rgb(191,71,147); }

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

border-color css

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

 span { border-color: rgb(191,71,147); }

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