Html Css Color HEX #BF40DF Medium Orchid

📋 copy color: '#BF40DF'

red 191 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #BF40DF

Tints of Medium Orchid #BF40DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

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

R = 39.96%
G = 13.39%
B = 46.65%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF40DF (or 0xBF40DF) is known color: Medium Orchid. HEX triplet: BF, 40 and DF. RGB value is (191,64,223). Sum of RGB (Red+Green+Blue) = 191+64+223=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40DF is #40BF20. Grayscale: #777777. Windows color (decimal): -4243233 or 14631103. OLE color: 14631103.

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

Color convert

RGB 191 64 223 -
CMYK 0.14 0.71 0 0.13
HSL 287.92º 0.71% 0.56% -
HSV(B) 287.92º 0.71% 0.87% -
XYZ 36.64 20.07 71.76 -
YUV 120.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 191 64 223 0.14 0.71 0 0.13 287.92 0.71 0.56
Hex BF 40 DF E 47 0 D 120 47 38
Octal 277 100 337 16 107 0 15 440 107 70
Binary 10111111 1000000 11011111 1110 1000111 0 1101 100100000 1000111 111000

Color Harmonies of #BF40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40DF

Black with #BF40DF

Text Example


Text Example

White with #BF40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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