Html Css Color HEX #BF49D5 Medium Orchid

📋 copy color: '#BF49D5'

red 191 ◦ green 73 ◦ blue 213

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

Shades of Medium Orchid #BF49D5

Tints of Medium Orchid #BF49D5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.3%

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 40.04%
G = 15.3%
B = 44.65%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF49D5 (or 0xBF49D5) is known color: Medium Orchid. HEX triplet: BF, 49 and D5. RGB value is (191,73,213). Sum of RGB (Red+Green+Blue) = 191+73+213=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49D5 is #40B62A. Grayscale: #7B7B7B. Windows color (decimal): -4240939 or 13978047. OLE color: 13978047.

HSL color Cylindrical-coordinate representation of color #BF49D5: hue angle of 290.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF49D5 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 73 213 -
CMYK 0.10 0.66 0 0.16
HSL 290.57º 0.63% 0.56% -
HSV(B) 290.57º 0.66% 0.84% -
XYZ 35.88 20.65 65.04 -
YUV 124.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 191 73 213 0.10 0.66 0 0.16 290.57 0.63 0.56
Hex BF 49 D5 A 42 0 10 123 3E 38
Octal 277 111 325 12 102 0 20 443 76 70
Binary 10111111 1001001 11010101 1010 1000010 0 10000 100100011 111110 111000

Color Harmonies of #BF49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49D5

Black with #BF49D5

Text Example


Text Example

White with #BF49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49D5; }

 p { color: rgb(191,73,213); }

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

background-color css

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

 a { background-color: rgb(191,73,213); }

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

border-color css

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

 span { border-color: rgb(191,73,213); }

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