Html Css Color HEX #BE6ADF Medium Orchid

📋 copy color: '#BE6ADF'

red 190 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #BE6ADF

Tints of Medium Orchid #BE6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 36.61%
G = 20.42%
B = 42.97%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6ADF (or 0xBE6ADF) is known color: Medium Orchid. HEX triplet: BE, 6A and DF. RGB value is (190,106,223). Sum of RGB (Red+Green+Blue) = 190+106+223=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADF is #419520. Grayscale: #909090. Windows color (decimal): -4298017 or 14641854. OLE color: 14641854.

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

Color convert

RGB 190 106 223 -
CMYK 0.15 0.52 0 0.13
HSL 283.08º 0.65% 0.65% -
HSV(B) 283.08º 0.52% 0.87% -
XYZ 39.71 26.58 72.85 -
YUV 144.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 190 106 223 0.15 0.52 0 0.13 283.08 0.65 0.65
Hex BE 6A DF F 34 0 D 11B 41 41
Octal 276 152 337 17 64 0 15 433 101 101
Binary 10111110 1101010 11011111 1111 110100 0 1101 100011011 1000001 1000001

Color Harmonies of #BE6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ADF

Black with #BE6ADF

Text Example


Text Example

White with #BE6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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