Html Css Color HEX #BE6ADC Medium Orchid

📋 copy color: '#BE6ADC'

red 190 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #BE6ADC

Tints of Medium Orchid #BE6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 36.82%
G = 20.54%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE6ADC (or 0xBE6ADC) is known color: Medium Orchid. HEX triplet: BE, 6A and DC. RGB value is (190,106,220). Sum of RGB (Red+Green+Blue) = 190+106+220=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADC is #419523. Grayscale: #8F8F8F. Windows color (decimal): -4298020 or 14445246. OLE color: 14445246.

HSL color Cylindrical-coordinate representation of color #BE6ADC: hue angle of 284.21º degrees, saturation: 0.62, 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 #BE6ADC is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 106 220 -
CMYK 0.14 0.52 0 0.14
HSL 284.21º 0.62% 0.64% -
HSV(B) 284.21º 0.52% 0.86% -
XYZ 39.31 26.42 70.74 -
YUV 144.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 190 106 220 0.14 0.52 0 0.14 284.21 0.62 0.64
Hex BE 6A DC E 34 0 E 11C 3E 40
Octal 276 152 334 16 64 0 16 434 76 100
Binary 10111110 1101010 11011100 1110 110100 0 1110 100011100 111110 1000000

Color Harmonies of #BE6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ADC

Black with #BE6ADC

Text Example


Text Example

White with #BE6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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