Html Css Color HEX #BE6BDC Medium Orchid

📋 copy color: '#BE6BDC'

red 190 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #BE6BDC

Tints of Medium Orchid #BE6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 36.75%
G = 20.7%
B = 42.55%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE6BDC (or 0xBE6BDC) is known color: Medium Orchid. HEX triplet: BE, 6B and DC. RGB value is (190,107,220). Sum of RGB (Red+Green+Blue) = 190+107+220=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BDC is #419423. Grayscale: #909090. Windows color (decimal): -4297764 or 14445502. OLE color: 14445502.

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

Color convert

RGB 190 107 220 -
CMYK 0.14 0.51 0 0.14
HSL 284.07º 0.62% 0.64% -
HSV(B) 284.07º 0.51% 0.86% -
XYZ 39.41 26.63 70.77 -
YUV 144.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 190 107 220 0.14 0.51 0 0.14 284.07 0.62 0.64
Hex BE 6B DC E 33 0 E 11C 3E 40
Octal 276 153 334 16 63 0 16 434 76 100
Binary 10111110 1101011 11011100 1110 110011 0 1110 100011100 111110 1000000

Color Harmonies of #BE6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BDC

Black with #BE6BDC

Text Example


Text Example

White with #BE6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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