Html Css Color HEX #BE6DDA Medium Orchid

📋 copy color: '#BE6DDA'

red 190 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #BE6DDA

Tints of Medium Orchid #BE6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 36.75%
G = 21.08%
B = 42.17%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE6DDA (or 0xBE6DDA) is known color: Medium Orchid. HEX triplet: BE, 6D and DA. RGB value is (190,109,218). Sum of RGB (Red+Green+Blue) = 190+109+218=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DDA is #419225. Grayscale: #919191. Windows color (decimal): -4297254 or 14314942. OLE color: 14314942.

HSL color Cylindrical-coordinate representation of color #BE6DDA: hue angle of 284.59º degrees, saturation: 0.6, 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 #BE6DDA is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 109 218 -
CMYK 0.13 0.5 0 0.15
HSL 284.59º 0.6% 0.64% -
HSV(B) 284.59º 0.5% 0.85% -
XYZ 39.36 26.95 69.46 -
YUV 145.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 190 109 218 0.13 0.5 0 0.15 284.59 0.6 0.64
Hex BE 6D DA D 32 0 F 11D 3C 40
Octal 276 155 332 15 62 0 17 435 74 100
Binary 10111110 1101101 11011010 1101 110010 0 1111 100011101 111100 1000000

Color Harmonies of #BE6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DDA

Black with #BE6DDA

Text Example


Text Example

White with #BE6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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