Html Css Color HEX #BE53DF Medium Orchid

📋 copy color: '#BE53DF'

red 190 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #BE53DF

Tints of Medium Orchid #BE53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.73%

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

R = 38.31%
G = 16.73%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE53DF (or 0xBE53DF) is known color: Medium Orchid. HEX triplet: BE, 53 and DF. RGB value is (190,83,223). Sum of RGB (Red+Green+Blue) = 190+83+223=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53DF is #41AC20. Grayscale: #828282. Windows color (decimal): -4303905 or 14635966. OLE color: 14635966.

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

Color convert

RGB 190 83 223 -
CMYK 0.15 0.63 0 0.13
HSL 285.86º 0.69% 0.6% -
HSV(B) 285.86º 0.63% 0.87% -
XYZ 37.65 22.46 72.16 -
YUV 130.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 190 83 223 0.15 0.63 0 0.13 285.86 0.69 0.6
Hex BE 53 DF F 3F 0 D 11E 45 3C
Octal 276 123 337 17 77 0 15 436 105 74
Binary 10111110 1010011 11011111 1111 111111 0 1101 100011110 1000101 111100

Color Harmonies of #BE53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53DF

Black with #BE53DF

Text Example


Text Example

White with #BE53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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