Html Css Color HEX #BF6ED6 Medium Orchid

📋 copy color: '#BF6ED6'

red 191 ◦ green 110 ◦ blue 214

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

Shades of Medium Orchid #BF6ED6

Tints of Medium Orchid #BF6ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 37.09%
G = 21.36%
B = 41.55%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF6ED6 (or 0xBF6ED6) is known color: Medium Orchid. HEX triplet: BF, 6E and D6. RGB value is (191,110,214). Sum of RGB (Red+Green+Blue) = 191+110+214=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED6 is #409129. Grayscale: #919191. Windows color (decimal): -4231466 or 14053055. OLE color: 14053055.

HSL color Cylindrical-coordinate representation of color #BF6ED6: hue angle of 286.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6ED6 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 110 214 -
CMYK 0.11 0.49 0 0.16
HSL 286.73º 0.56% 0.64% -
HSV(B) 286.73º 0.49% 0.84% -
XYZ 39.2 27.08 66.78 -
YUV 146.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 191 110 214 0.11 0.49 0 0.16 286.73 0.56 0.64
Hex BF 6E D6 B 31 0 10 11F 38 40
Octal 277 156 326 13 61 0 20 437 70 100
Binary 10111111 1101110 11010110 1011 110001 0 10000 100011111 111000 1000000

Color Harmonies of #BF6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ED6

Black with #BF6ED6

Text Example


Text Example

White with #BF6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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