Html Css Color HEX #BE6DD5 Medium Orchid

📋 copy color: '#BE6DD5'

red 190 ◦ green 109 ◦ blue 213

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

Shades of Medium Orchid #BE6DD5

Tints of Medium Orchid #BE6DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 37.11%
G = 21.29%
B = 41.6%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE6DD5 (or 0xBE6DD5) is known color: Medium Orchid. HEX triplet: BE, 6D and D5. RGB value is (190,109,213). Sum of RGB (Red+Green+Blue) = 190+109+213=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DD5 is #41922A. Grayscale: #909090. Windows color (decimal): -4297259 or 13987262. OLE color: 13987262.

HSL color Cylindrical-coordinate representation of color #BE6DD5: hue angle of 286.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6DD5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 109 213 -
CMYK 0.11 0.49 0 0.16
HSL 286.73º 0.55% 0.63% -
HSV(B) 286.73º 0.49% 0.84% -
XYZ 38.71 26.69 66.06 -
YUV 145.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 190 109 213 0.11 0.49 0 0.16 286.73 0.55 0.63
Hex BE 6D D5 B 31 0 10 11F 37 3F
Octal 276 155 325 13 61 0 20 437 67 77
Binary 10111110 1101101 11010101 1011 110001 0 10000 100011111 110111 111111

Color Harmonies of #BE6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DD5

Black with #BE6DD5

Text Example


Text Example

White with #BE6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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