Html Css Color HEX #BF6DDF Medium Orchid

📋 copy color: '#BF6DDF'

red 191 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #BF6DDF

Tints of Medium Orchid #BF6DDF

RGB

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

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

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

R = 36.52%
G = 20.84%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6DDF (or 0xBF6DDF) is known color: Medium Orchid. HEX triplet: BF, 6D and DF. RGB value is (191,109,223). Sum of RGB (Red+Green+Blue) = 191+109+223=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDF is #409220. Grayscale: #929292. Windows color (decimal): -4231713 or 14642623. OLE color: 14642623.

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

Color convert

RGB 191 109 223 -
CMYK 0.14 0.51 0 0.13
HSL 283.16º 0.64% 0.65% -
HSV(B) 283.16º 0.51% 0.87% -
XYZ 40.27 27.34 72.97 -
YUV 146.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 191 109 223 0.14 0.51 0 0.13 283.16 0.64 0.65
Hex BF 6D DF E 33 0 D 11B 40 41
Octal 277 155 337 16 63 0 15 433 100 101
Binary 10111111 1101101 11011111 1110 110011 0 1101 100011011 1000000 1000001

Color Harmonies of #BF6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DDF

Black with #BF6DDF

Text Example


Text Example

White with #BF6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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