Html Css Color HEX #BE54FE Medium Orchid

📋 copy color: '#BE54FE'

red 190 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #BE54FE

Tints of Medium Orchid #BE54FE

RGB

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

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

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

R = 35.98%
G = 15.91%
B = 48.11%

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

#BE54FE (or 0xBE54FE) is known color: Medium Orchid. HEX triplet: BE, 54 and FE. RGB value is (190,84,254). Sum of RGB (Red+Green+Blue) = 190+84+254=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE54FE is #41AB01. Grayscale: #868686. Windows color (decimal): -4303618 or 16667838. OLE color: 16667838.

HSL color Cylindrical-coordinate representation of color #BE54FE: hue angle of 277.41º 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 #BE54FE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 84 254 -
CMYK 0.25 0.67 0 0.00
HSL 277.41º 0.99% 0.66% -
HSV(B) 277.41º 0.67% 1% -
XYZ 42.29 24.44 96.25 -
YUV 135.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 190 84 254 0.25 0.67 0 0.00 277.41 0.99 0.66
Hex BE 54 FE 19 43 0 0 115 63 42
Octal 276 124 376 31 103 0 0 425 143 102
Binary 10111110 1010100 11111110 11001 1000011 0 0 100010101 1100011 1000010

Color Harmonies of #BE54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54FE

Black with #BE54FE

Text Example


Text Example

White with #BE54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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