Html Css Color HEX #BE53FE Medium Orchid

📋 copy color: '#BE53FE'

red 190 ◦ green 83 ◦ blue 254

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

Shades of Medium Orchid #BE53FE

Tints of Medium Orchid #BE53FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 36.05%
G = 15.75%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE53FE (or 0xBE53FE) is known color: Medium Orchid. HEX triplet: BE, 53 and FE. RGB value is (190,83,254). Sum of RGB (Red+Green+Blue) = 190+83+254=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53FE is #41AC01. Grayscale: #858585. Windows color (decimal): -4303874 or 16667582. OLE color: 16667582.

HSL color Cylindrical-coordinate representation of color #BE53FE: hue angle of 277.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE53FE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 83 254 -
CMYK 0.25 0.67 0 0.00
HSL 277.54º 0.99% 0.66% -
HSV(B) 277.54º 0.67% 1% -
XYZ 42.22 24.29 96.23 -
YUV 134.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 190 83 254 0.25 0.67 0 0.00 277.54 0.99 0.66
Hex BE 53 FE 19 43 0 0 116 63 42
Octal 276 123 376 31 103 0 0 426 143 102
Binary 10111110 1010011 11111110 11001 1000011 0 0 100010110 1100011 1000010

Color Harmonies of #BE53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53FE

Black with #BE53FE

Text Example


Text Example

White with #BE53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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