Html Css Color HEX #BE6ADD Medium Orchid

📋 copy color: '#BE6ADD'

red 190 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #BE6ADD

Tints of Medium Orchid #BE6ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 36.75%
G = 20.5%
B = 42.75%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6ADD (or 0xBE6ADD) is known color: Medium Orchid. HEX triplet: BE, 6A and DD. RGB value is (190,106,221). Sum of RGB (Red+Green+Blue) = 190+106+221=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADD is #419522. Grayscale: #8F8F8F. Windows color (decimal): -4298019 or 14510782. OLE color: 14510782.

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

Color convert

RGB 190 106 221 -
CMYK 0.14 0.52 0 0.13
HSL 283.83º 0.63% 0.64% -
HSV(B) 283.83º 0.52% 0.87% -
XYZ 39.44 26.48 71.44 -
YUV 144.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 190 106 221 0.14 0.52 0 0.13 283.83 0.63 0.64
Hex BE 6A DD E 34 0 D 11C 3F 40
Octal 276 152 335 16 64 0 15 434 77 100
Binary 10111110 1101010 11011101 1110 110100 0 1101 100011100 111111 1000000

Color Harmonies of #BE6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ADD

Black with #BE6ADD

Text Example


Text Example

White with #BE6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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