Html Css Color HEX #BE6DCD Medium Orchid

📋 copy color: '#BE6DCD'

red 190 ◦ green 109 ◦ blue 205

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

Shades of Medium Orchid #BE6DCD

Tints of Medium Orchid #BE6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 37.7%
G = 21.63%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE6DCD (or 0xBE6DCD) is known color: Medium Orchid. HEX triplet: BE, 6D and CD. RGB value is (190,109,205). Sum of RGB (Red+Green+Blue) = 190+109+205=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DCD is #419232. Grayscale: #8F8F8F. Windows color (decimal): -4297267 or 13462974. OLE color: 13462974.

HSL color Cylindrical-coordinate representation of color #BE6DCD: hue angle of 290.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6DCD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 109 205 -
CMYK 0.07 0.47 0 0.20
HSL 290.63º 0.49% 0.62% -
HSV(B) 290.63º 0.47% 0.8% -
XYZ 37.72 26.29 60.84 -
YUV 144.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 190 109 205 0.07 0.47 0 0.20 290.63 0.49 0.62
Hex BE 6D CD 7 2F 0 14 123 31 3E
Octal 276 155 315 7 57 0 24 443 61 76
Binary 10111110 1101101 11001101 111 101111 0 10100 100100011 110001 111110

Color Harmonies of #BE6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DCD

Black with #BE6DCD

Text Example


Text Example

White with #BE6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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