Html Css Color HEX #BE6ED0 Medium Orchid

📋 copy color: '#BE6ED0'

red 190 ◦ green 110 ◦ blue 208

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

Shades of Medium Orchid #BE6ED0

Tints of Medium Orchid #BE6ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.65%

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 37.4%
G = 21.65%
B = 40.94%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE6ED0 (or 0xBE6ED0) is known color: Medium Orchid. HEX triplet: BE, 6E and D0. RGB value is (190,110,208). Sum of RGB (Red+Green+Blue) = 190+110+208=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ED0 is #41912F. Grayscale: #909090. Windows color (decimal): -4297008 or 13659838. OLE color: 13659838.

HSL color Cylindrical-coordinate representation of color #BE6ED0: hue angle of 288.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6ED0 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 110 208 -
CMYK 0.09 0.47 0 0.18
HSL 288.98º 0.51% 0.62% -
HSV(B) 288.98º 0.47% 0.82% -
XYZ 38.2 26.65 62.81 -
YUV 145.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 190 110 208 0.09 0.47 0 0.18 288.98 0.51 0.62
Hex BE 6E D0 9 2F 0 12 121 33 3E
Octal 276 156 320 11 57 0 22 441 63 76
Binary 10111110 1101110 11010000 1001 101111 0 10010 100100001 110011 111110

Color Harmonies of #BE6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ED0

Black with #BE6ED0

Text Example


Text Example

White with #BE6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ED0; }

 p { color: rgb(190,110,208); }

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

background-color css

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

 a { background-color: rgb(190,110,208); }

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

border-color css

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

 span { border-color: rgb(190,110,208); }

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