Html Css Color HEX #BE6CDE Medium Orchid

📋 copy color: '#BE6CDE'

red 190 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #BE6CDE

Tints of Medium Orchid #BE6CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 36.54%
G = 20.77%
B = 42.69%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6CDE (or 0xBE6CDE) is known color: Medium Orchid. HEX triplet: BE, 6C and DE. RGB value is (190,108,222). Sum of RGB (Red+Green+Blue) = 190+108+222=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE6CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CDE is #419321. Grayscale: #919191. Windows color (decimal): -4297506 or 14576830. OLE color: 14576830.

HSL color Cylindrical-coordinate representation of color #BE6CDE: hue angle of 283.16º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6CDE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 108 222 -
CMYK 0.14 0.51 0 0.13
HSL 283.16º 0.63% 0.65% -
HSV(B) 283.16º 0.51% 0.87% -
XYZ 39.78 26.95 72.21 -
YUV 145.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 190 108 222 0.14 0.51 0 0.13 283.16 0.63 0.65
Hex BE 6C DE E 33 0 D 11B 3F 41
Octal 276 154 336 16 63 0 15 433 77 101
Binary 10111110 1101100 11011110 1110 110011 0 1101 100011011 111111 1000001

Color Harmonies of #BE6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CDE

Black with #BE6CDE

Text Example


Text Example

White with #BE6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CDE; }

 p { color: rgb(190,108,222); }

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

background-color css

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

 a { background-color: rgb(190,108,222); }

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

border-color css

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

 span { border-color: rgb(190,108,222); }

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