Html Css Color HEX #BF49CE Medium Orchid

📋 copy color: '#BF49CE'

red 191 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #BF49CE

Tints of Medium Orchid #BF49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 40.64%
G = 15.53%
B = 43.83%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF49CE (or 0xBF49CE) is known color: Medium Orchid. HEX triplet: BF, 49 and CE. RGB value is (191,73,206). Sum of RGB (Red+Green+Blue) = 191+73+206=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49CE is #40B631. Grayscale: #7B7B7B. Windows color (decimal): -4240946 or 13519295. OLE color: 13519295.

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

Color convert

RGB 191 73 206 -
CMYK 0.07 0.65 0 0.19
HSL 293.23º 0.58% 0.55% -
HSV(B) 293.23º 0.65% 0.81% -
XYZ 35.01 20.3 60.47 -
YUV 123.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 191 73 206 0.07 0.65 0 0.19 293.23 0.58 0.55
Hex BF 49 CE 7 41 0 13 125 3A 37
Octal 277 111 316 7 101 0 23 445 72 67
Binary 10111111 1001001 11001110 111 1000001 0 10011 100100101 111010 110111

Color Harmonies of #BF49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49CE

Black with #BF49CE

Text Example


Text Example

White with #BF49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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