Html Css Color HEX #BE40F3 Medium Orchid

📋 copy color: '#BE40F3'

red 190 ◦ green 64 ◦ blue 243

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

Shades of Medium Orchid #BE40F3

Tints of Medium Orchid #BE40F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.88%

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 38.23%
G = 12.88%
B = 48.89%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE40F3 (or 0xBE40F3) is known color: Medium Orchid. HEX triplet: BE, 40 and F3. RGB value is (190,64,243). Sum of RGB (Red+Green+Blue) = 190+64+243=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE40F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40F3 is #41BF0C. Grayscale: #797979. Windows color (decimal): -4308749 or 15941822. OLE color: 15941822.

HSL color Cylindrical-coordinate representation of color #BE40F3: hue angle of 282.23º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE40F3 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 64 243 -
CMYK 0.22 0.74 0 0.05
HSL 282.23º 0.88% 0.6% -
HSV(B) 282.23º 0.74% 0.95% -
XYZ 39.25 21.09 86.8 -
YUV 122.08 196.24 176.45 -
System Red Green Blue C M Y K H S L
Decimal 190 64 243 0.22 0.74 0 0.05 282.23 0.88 0.6
Hex BE 40 F3 16 4A 0 5 11A 58 3C
Octal 276 100 363 26 112 0 5 432 130 74
Binary 10111110 1000000 11110011 10110 1001010 0 101 100011010 1011000 111100

Color Harmonies of #BE40F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40F3

Black with #BE40F3

Text Example


Text Example

White with #BE40F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40F3; }

 p { color: rgb(190,64,243); }

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

background-color css

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

 a { background-color: rgb(190,64,243); }

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

border-color css

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

 span { border-color: rgb(190,64,243); }

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