Html Css Color HEX #BE53DC Medium Orchid

📋 copy color: '#BE53DC'

red 190 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #BE53DC

Tints of Medium Orchid #BE53DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 38.54%
G = 16.84%
B = 44.62%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE53DC (or 0xBE53DC) is known color: Medium Orchid. HEX triplet: BE, 53 and DC. RGB value is (190,83,220). Sum of RGB (Red+Green+Blue) = 190+83+220=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53DC is #41AC23. Grayscale: #828282. Windows color (decimal): -4303908 or 14439358. OLE color: 14439358.

HSL color Cylindrical-coordinate representation of color #BE53DC: hue angle of 286.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE53DC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 83 220 -
CMYK 0.14 0.62 0 0.14
HSL 286.86º 0.66% 0.59% -
HSV(B) 286.86º 0.62% 0.86% -
XYZ 37.25 22.3 70.05 -
YUV 130.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 190 83 220 0.14 0.62 0 0.14 286.86 0.66 0.59
Hex BE 53 DC E 3E 0 E 11F 42 3B
Octal 276 123 334 16 76 0 16 437 102 73
Binary 10111110 1010011 11011100 1110 111110 0 1110 100011111 1000010 111011

Color Harmonies of #BE53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53DC

Black with #BE53DC

Text Example


Text Example

White with #BE53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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