Html Css Color HEX #BE54FF Medium Orchid

📋 copy color: '#BE54FF'

red 190 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #BE54FF

Tints of Medium Orchid #BE54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.88%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 35.92%
G = 15.88%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE54FF (or 0xBE54FF) is known color: Medium Orchid. HEX triplet: BE, 54 and FF. RGB value is (190,84,255). Sum of RGB (Red+Green+Blue) = 190+84+255=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54FF is #41AB00. Grayscale: #868686. Windows color (decimal): -4303617 or 16733374. OLE color: 16733374.

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

Color convert

RGB 190 84 255 -
CMYK 0.25 0.67 0 0
HSL 277.19º 1% 0.66% -
HSV(B) 277.19º 0.67% 1% -
XYZ 42.46 24.51 97.1 -
YUV 135.19 195.62 167.1 -
System Red Green Blue C M Y K H S L
Decimal 190 84 255 0.25 0.67 0 0 277.19 1 0.66
Hex BE 54 FF 19 43 0 0 115 64 42
Octal 276 124 377 31 103 0 0 425 144 102
Binary 10111110 1010100 11111111 11001 1000011 0 0 100010101 1100100 1000010

Color Harmonies of #BE54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54FF

Black with #BE54FF

Text Example


Text Example

White with #BE54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54FF; }

 p { color: rgb(190,84,255); }

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

background-color css

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

 a { background-color: rgb(190,84,255); }

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

border-color css

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

 span { border-color: rgb(190,84,255); }

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