Html Css Color HEX #BF6ED9 Medium Orchid

📋 copy color: '#BF6ED9'

red 191 ◦ green 110 ◦ blue 217

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

Shades of Medium Orchid #BF6ED9

Tints of Medium Orchid #BF6ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 36.87%
G = 21.24%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF6ED9 (or 0xBF6ED9) is known color: Medium Orchid. HEX triplet: BF, 6E and D9. RGB value is (191,110,217). Sum of RGB (Red+Green+Blue) = 191+110+217=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED9 is #409126. Grayscale: #929292. Windows color (decimal): -4231463 or 14249663. OLE color: 14249663.

HSL color Cylindrical-coordinate representation of color #BF6ED9: hue angle of 285.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6ED9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 110 217 -
CMYK 0.12 0.49 0 0.15
HSL 285.42º 0.58% 0.64% -
HSV(B) 285.42º 0.49% 0.85% -
XYZ 39.59 27.24 68.82 -
YUV 146.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 191 110 217 0.12 0.49 0 0.15 285.42 0.58 0.64
Hex BF 6E D9 C 31 0 F 11D 3A 40
Octal 277 156 331 14 61 0 17 435 72 100
Binary 10111111 1101110 11011001 1100 110001 0 1111 100011101 111010 1000000

Color Harmonies of #BF6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ED9

Black with #BF6ED9

Text Example


Text Example

White with #BF6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ED9; }

 p { color: rgb(191,110,217); }

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

background-color css

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

 a { background-color: rgb(191,110,217); }

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

border-color css

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

 span { border-color: rgb(191,110,217); }

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