Html Css Color HEX #BE6ADA Medium Orchid

📋 copy color: '#BE6ADA'

red 190 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #BE6ADA

Tints of Medium Orchid #BE6ADA

RGB

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

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

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

R = 36.96%
G = 20.62%
B = 42.41%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE6ADA (or 0xBE6ADA) is known color: Medium Orchid. HEX triplet: BE, 6A and DA. RGB value is (190,106,218). Sum of RGB (Red+Green+Blue) = 190+106+218=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADA is #419525. Grayscale: #8F8F8F. Windows color (decimal): -4298022 or 14314174. OLE color: 14314174.

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

Color convert

RGB 190 106 218 -
CMYK 0.13 0.51 0 0.15
HSL 285º 0.6% 0.64% -
HSV(B) 285º 0.51% 0.85% -
XYZ 39.04 26.32 69.35 -
YUV 143.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 190 106 218 0.13 0.51 0 0.15 285 0.6 0.64
Hex BE 6A DA D 33 0 F 11D 3C 40
Octal 276 152 332 15 63 0 17 435 74 100
Binary 10111110 1101010 11011010 1101 110011 0 1111 100011101 111100 1000000

Color Harmonies of #BE6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ADA

Black with #BE6ADA

Text Example


Text Example

White with #BE6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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