Html Css Color HEX #BE6DDB Medium Orchid

📋 copy color: '#BE6DDB'

red 190 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #BE6DDB

Tints of Medium Orchid #BE6DDB

RGB

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

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

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

R = 36.68%
G = 21.04%
B = 42.28%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE6DDB (or 0xBE6DDB) is known color: Medium Orchid. HEX triplet: BE, 6D and DB. RGB value is (190,109,219). Sum of RGB (Red+Green+Blue) = 190+109+219=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DDB is #419224. Grayscale: #919191. Windows color (decimal): -4297253 or 14380478. OLE color: 14380478.

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

Color convert

RGB 190 109 219 -
CMYK 0.13 0.50 0 0.14
HSL 284.18º 0.6% 0.64% -
HSV(B) 284.18º 0.5% 0.86% -
XYZ 39.49 27 70.15 -
YUV 145.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 190 109 219 0.13 0.50 0 0.14 284.18 0.6 0.64
Hex BE 6D DB D 32 0 E 11C 3C 40
Octal 276 155 333 15 62 0 16 434 74 100
Binary 10111110 1101101 11011011 1101 110010 0 1110 100011100 111100 1000000

Color Harmonies of #BE6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DDB

Black with #BE6DDB

Text Example


Text Example

White with #BE6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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