Html Css Color HEX #BE6FDA Medium Orchid

📋 copy color: '#BE6FDA'

red 190 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #BE6FDA

Tints of Medium Orchid #BE6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 36.61%
G = 21.39%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE6FDA (or 0xBE6FDA) is known color: Medium Orchid. HEX triplet: BE, 6F and DA. RGB value is (190,111,218). Sum of RGB (Red+Green+Blue) = 190+111+218=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FDA is #419025. Grayscale: #929292. Windows color (decimal): -4296742 or 14315454. OLE color: 14315454.

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

Color convert

RGB 190 111 218 -
CMYK 0.13 0.49 0 0.15
HSL 284.3º 0.59% 0.65% -
HSV(B) 284.3º 0.49% 0.85% -
XYZ 39.57 27.38 69.53 -
YUV 146.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 190 111 218 0.13 0.49 0 0.15 284.3 0.59 0.65
Hex BE 6F DA D 31 0 F 11C 3B 41
Octal 276 157 332 15 61 0 17 434 73 101
Binary 10111110 1101111 11011010 1101 110001 0 1111 100011100 111011 1000001

Color Harmonies of #BE6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FDA

Black with #BE6FDA

Text Example


Text Example

White with #BE6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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