Html Css Color HEX #BE3EDF Medium Orchid

📋 copy color: '#BE3EDF'

red 190 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #BE3EDF

Tints of Medium Orchid #BE3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.05%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 40%
G = 13.05%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3EDF (or 0xBE3EDF) is known color: Medium Orchid. HEX triplet: BE, 3E and DF. RGB value is (190,62,223). Sum of RGB (Red+Green+Blue) = 190+62+223=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EDF is #41C120. Grayscale: #767676. Windows color (decimal): -4309281 or 14630590. OLE color: 14630590.

HSL color Cylindrical-coordinate representation of color #BE3EDF: hue angle of 287.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3EDF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 62 223 -
CMYK 0.15 0.72 0 0.13
HSL 287.7º 0.72% 0.56% -
HSV(B) 287.7º 0.72% 0.87% -
XYZ 36.28 19.72 71.71 -
YUV 118.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 190 62 223 0.15 0.72 0 0.13 287.7 0.72 0.56
Hex BE 3E DF F 48 0 D 120 48 38
Octal 276 76 337 17 110 0 15 440 110 70
Binary 10111110 111110 11011111 1111 1001000 0 1101 100100000 1001000 111000

Color Harmonies of #BE3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EDF

Black with #BE3EDF

Text Example


Text Example

White with #BE3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EDF; }

 p { color: rgb(190,62,223); }

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

background-color css

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

 a { background-color: rgb(190,62,223); }

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

border-color css

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

 span { border-color: rgb(190,62,223); }

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