Html Css Color HEX #BE6ADB Medium Orchid

📋 copy color: '#BE6ADB'

red 190 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #BE6ADB

Tints of Medium Orchid #BE6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 36.89%
G = 20.58%
B = 42.52%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE6ADB (or 0xBE6ADB) is known color: Medium Orchid. HEX triplet: BE, 6A and DB. RGB value is (190,106,219). Sum of RGB (Red+Green+Blue) = 190+106+219=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADB is #419524. Grayscale: #8F8F8F. Windows color (decimal): -4298021 or 14379710. OLE color: 14379710.

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

Color convert

RGB 190 106 219 -
CMYK 0.13 0.52 0 0.14
HSL 284.6º 0.61% 0.64% -
HSV(B) 284.6º 0.52% 0.86% -
XYZ 39.18 26.37 70.04 -
YUV 144 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 190 106 219 0.13 0.52 0 0.14 284.6 0.61 0.64
Hex BE 6A DB D 34 0 E 11D 3D 40
Octal 276 152 333 15 64 0 16 435 75 100
Binary 10111110 1101010 11011011 1101 110100 0 1110 100011101 111101 1000000

Color Harmonies of #BE6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ADB

Black with #BE6ADB

Text Example


Text Example

White with #BE6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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