Html Css Color HEX #BF47CE Medium Orchid

📋 copy color: '#BF47CE'

red 191 ◦ green 71 ◦ blue 206

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

Shades of Medium Orchid #BF47CE

Tints of Medium Orchid #BF47CE

RGB

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

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

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

R = 40.81%
G = 15.17%
B = 44.02%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF47CE (or 0xBF47CE) is known color: Medium Orchid. HEX triplet: BF, 47 and CE. RGB value is (191,71,206). Sum of RGB (Red+Green+Blue) = 191+71+206=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47CE is #40B831. Grayscale: #797979. Windows color (decimal): -4241458 or 13518783. OLE color: 13518783.

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

Color convert

RGB 191 71 206 -
CMYK 0.07 0.66 0 0.19
HSL 293.33º 0.58% 0.54% -
HSV(B) 293.33º 0.66% 0.81% -
XYZ 34.88 20.04 60.42 -
YUV 122.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 191 71 206 0.07 0.66 0 0.19 293.33 0.58 0.54
Hex BF 47 CE 7 42 0 13 125 3A 36
Octal 277 107 316 7 102 0 23 445 72 66
Binary 10111111 1000111 11001110 111 1000010 0 10011 100100101 111010 110110

Color Harmonies of #BF47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47CE

Black with #BF47CE

Text Example


Text Example

White with #BF47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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