Html Css Color HEX #BE6FDF Medium Orchid

📋 copy color: '#BE6FDF'

red 190 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #BE6FDF

Tints of Medium Orchid #BE6FDF

RGB

 RED value IS 190 (74.61% from 255) = 36.26%

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 36.26%
G = 21.18%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6FDF (or 0xBE6FDF) is known color: Medium Orchid. HEX triplet: BE, 6F and DF. RGB value is (190,111,223). Sum of RGB (Red+Green+Blue) = 190+111+223=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FDF is #419020. Grayscale: #939393. Windows color (decimal): -4296737 or 14643134. OLE color: 14643134.

HSL color Cylindrical-coordinate representation of color #BE6FDF: hue angle of 282.32º degrees, saturation: 0.64, 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 #BE6FDF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 111 223 -
CMYK 0.15 0.50 0 0.13
HSL 282.32º 0.64% 0.65% -
HSV(B) 282.32º 0.5% 0.87% -
XYZ 40.24 27.64 73.03 -
YUV 147.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 190 111 223 0.15 0.50 0 0.13 282.32 0.64 0.65
Hex BE 6F DF F 32 0 D 11A 40 41
Octal 276 157 337 17 62 0 15 432 100 101
Binary 10111110 1101111 11011111 1111 110010 0 1101 100011010 1000000 1000001

Color Harmonies of #BE6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FDF

Black with #BE6FDF

Text Example


Text Example

White with #BE6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FDF; }

 p { color: rgb(190,111,223); }

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

background-color css

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

 a { background-color: rgb(190,111,223); }

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

border-color css

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

 span { border-color: rgb(190,111,223); }

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