Html Css Color HEX #BF6DED Medium Orchid

📋 copy color: '#BF6DED'

red 191 ◦ green 109 ◦ blue 237

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

Shades of Medium Orchid #BF6DED

Tints of Medium Orchid #BF6DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.3%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 35.57%
G = 20.3%
B = 44.13%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF6DED (or 0xBF6DED) is known color: Medium Orchid. HEX triplet: BF, 6D and ED. RGB value is (191,109,237). Sum of RGB (Red+Green+Blue) = 191+109+237=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DED is #409212. Grayscale: #939393. Windows color (decimal): -4231699 or 15560127. OLE color: 15560127.

HSL color Cylindrical-coordinate representation of color #BF6DED: hue angle of 278.44º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6DED is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 109 237 -
CMYK 0.19 0.54 0 0.07
HSL 278.44º 0.78% 0.68% -
HSV(B) 278.44º 0.54% 0.93% -
XYZ 42.24 28.13 83.32 -
YUV 148.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 191 109 237 0.19 0.54 0 0.07 278.44 0.78 0.68
Hex BF 6D ED 13 36 0 7 116 4E 44
Octal 277 155 355 23 66 0 7 426 116 104
Binary 10111111 1101101 11101101 10011 110110 0 111 100010110 1001110 1000100

Color Harmonies of #BF6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DED

Black with #BF6DED

Text Example


Text Example

White with #BF6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DED; }

 p { color: rgb(191,109,237); }

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

background-color css

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

 a { background-color: rgb(191,109,237); }

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

border-color css

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

 span { border-color: rgb(191,109,237); }

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