Html Css Color HEX #BE6DD8 Medium Orchid

📋 copy color: '#BE6DD8'

red 190 ◦ green 109 ◦ blue 216

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

Shades of Medium Orchid #BE6DD8

Tints of Medium Orchid #BE6DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 36.89%
G = 21.17%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE6DD8 (or 0xBE6DD8) is known color: Medium Orchid. HEX triplet: BE, 6D and D8. RGB value is (190,109,216). Sum of RGB (Red+Green+Blue) = 190+109+216=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DD8 is #419227. Grayscale: #919191. Windows color (decimal): -4297256 or 14183870. OLE color: 14183870.

HSL color Cylindrical-coordinate representation of color #BE6DD8: hue angle of 285.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6DD8 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 109 216 -
CMYK 0.12 0.50 0 0.15
HSL 285.42º 0.58% 0.64% -
HSV(B) 285.42º 0.5% 0.85% -
XYZ 39.1 26.84 68.09 -
YUV 145.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 190 109 216 0.12 0.50 0 0.15 285.42 0.58 0.64
Hex BE 6D D8 C 32 0 F 11D 3A 40
Octal 276 155 330 14 62 0 17 435 72 100
Binary 10111110 1101101 11011000 1100 110010 0 1111 100011101 111010 1000000

Color Harmonies of #BE6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DD8

Black with #BE6DD8

Text Example


Text Example

White with #BE6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DD8; }

 p { color: rgb(190,109,216); }

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

background-color css

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

 a { background-color: rgb(190,109,216); }

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

border-color css

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

 span { border-color: rgb(190,109,216); }

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