Html Css Color HEX #BF6EDD Medium Orchid

📋 copy color: '#BF6EDD'

red 191 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #BF6EDD

Tints of Medium Orchid #BF6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 36.59%
G = 21.07%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6EDD (or 0xBF6EDD) is known color: Medium Orchid. HEX triplet: BF, 6E and DD. RGB value is (191,110,221). Sum of RGB (Red+Green+Blue) = 191+110+221=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EDD is #409122. Grayscale: #929292. Windows color (decimal): -4231459 or 14511807. OLE color: 14511807.

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

Color convert

RGB 191 110 221 -
CMYK 0.14 0.50 0 0.13
HSL 283.78º 0.62% 0.65% -
HSV(B) 283.78º 0.5% 0.87% -
XYZ 40.11 27.45 71.59 -
YUV 146.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 191 110 221 0.14 0.50 0 0.13 283.78 0.62 0.65
Hex BF 6E DD E 32 0 D 11C 3E 41
Octal 277 156 335 16 62 0 15 434 76 101
Binary 10111111 1101110 11011101 1110 110010 0 1101 100011100 111110 1000001

Color Harmonies of #BF6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EDD

Black with #BF6EDD

Text Example


Text Example

White with #BF6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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