Html Css Color HEX #BF49EC Medium Orchid

📋 copy color: '#BF49EC'

red 191 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #BF49EC

Tints of Medium Orchid #BF49EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 38.2%
G = 14.6%
B = 47.2%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF49EC (or 0xBF49EC) is known color: Medium Orchid. HEX triplet: BF, 49 and EC. RGB value is (191,73,236). Sum of RGB (Red+Green+Blue) = 191+73+236=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49EC is #40B613. Grayscale: #7E7E7E. Windows color (decimal): -4240916 or 15485375. OLE color: 15485375.

HSL color Cylindrical-coordinate representation of color #BF49EC: hue angle of 283.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF49EC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 73 236 -
CMYK 0.19 0.69 0 0.07
HSL 283.44º 0.81% 0.61% -
HSV(B) 283.44º 0.69% 0.93% -
XYZ 39.01 21.9 81.53 -
YUV 126.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 191 73 236 0.19 0.69 0 0.07 283.44 0.81 0.61
Hex BF 49 EC 13 45 0 7 11B 51 3D
Octal 277 111 354 23 105 0 7 433 121 75
Binary 10111111 1001001 11101100 10011 1000101 0 111 100011011 1010001 111101

Color Harmonies of #BF49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49EC

Black with #BF49EC

Text Example


Text Example

White with #BF49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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