Html Css Color HEX #BF47DF Medium Orchid

📋 copy color: '#BF47DF'

red 191 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #BF47DF

Tints of Medium Orchid #BF47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 39.38%
G = 14.64%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF47DF (or 0xBF47DF) is known color: Medium Orchid. HEX triplet: BF, 47 and DF. RGB value is (191,71,223). Sum of RGB (Red+Green+Blue) = 191+71+223=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47DF is #40B820. Grayscale: #7B7B7B. Windows color (decimal): -4241441 or 14632895. OLE color: 14632895.

HSL color Cylindrical-coordinate representation of color #BF47DF: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF47DF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 71 223 -
CMYK 0.14 0.68 0 0.13
HSL 287.37º 0.7% 0.58% -
HSV(B) 287.37º 0.68% 0.87% -
XYZ 37.06 20.91 71.89 -
YUV 124.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 191 71 223 0.14 0.68 0 0.13 287.37 0.7 0.58
Hex BF 47 DF E 44 0 D 11F 46 3A
Octal 277 107 337 16 104 0 15 437 106 72
Binary 10111111 1000111 11011111 1110 1000100 0 1101 100011111 1000110 111010

Color Harmonies of #BF47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47DF

Black with #BF47DF

Text Example


Text Example

White with #BF47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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