Html Css Color HEX #BF66DF Medium Orchid

📋 copy color: '#BF66DF'

red 191 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #BF66DF

Tints of Medium Orchid #BF66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.77%

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

R = 37.02%
G = 19.77%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF66DF (or 0xBF66DF) is known color: Medium Orchid. HEX triplet: BF, 66 and DF. RGB value is (191,102,223). Sum of RGB (Red+Green+Blue) = 191+102+223=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66DF is #409920. Grayscale: #8E8E8E. Windows color (decimal): -4233505 or 14640831. OLE color: 14640831.

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

Color convert

RGB 191 102 223 -
CMYK 0.14 0.54 0 0.13
HSL 284.13º 0.65% 0.64% -
HSV(B) 284.13º 0.54% 0.87% -
XYZ 39.56 25.91 72.73 -
YUV 142.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 191 102 223 0.14 0.54 0 0.13 284.13 0.65 0.64
Hex BF 66 DF E 36 0 D 11C 41 40
Octal 277 146 337 16 66 0 15 434 101 100
Binary 10111111 1100110 11011111 1110 110110 0 1101 100011100 1000001 1000000

Color Harmonies of #BF66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66DF

Black with #BF66DF

Text Example


Text Example

White with #BF66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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