Html Css Color HEX #BE3CFE Medium Orchid

📋 copy color: '#BE3CFE'

red 190 ◦ green 60 ◦ blue 254

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

Shades of Medium Orchid #BE3CFE

Tints of Medium Orchid #BE3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.9%

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

R = 37.7%
G = 11.9%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE3CFE (or 0xBE3CFE) is known color: Medium Orchid. HEX triplet: BE, 3C and FE. RGB value is (190,60,254). Sum of RGB (Red+Green+Blue) = 190+60+254=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CFE is #41C301. Grayscale: #787878. Windows color (decimal): -4309762 or 16661694. OLE color: 16661694.

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

Color convert

RGB 190 60 254 -
CMYK 0.25 0.76 0 0.00
HSL 280.21º 0.99% 0.62% -
HSV(B) 280.21º 0.76% 1% -
XYZ 40.74 21.33 95.74 -
YUV 120.99 203.07 177.23 -
System Red Green Blue C M Y K H S L
Decimal 190 60 254 0.25 0.76 0 0.00 280.21 0.99 0.62
Hex BE 3C FE 19 4C 0 0 118 63 3E
Octal 276 74 376 31 114 0 0 430 143 76
Binary 10111110 111100 11111110 11001 1001100 0 0 100011000 1100011 111110

Color Harmonies of #BE3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CFE

Black with #BE3CFE

Text Example


Text Example

White with #BE3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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