Html Css Color HEX #BE58F0 Medium Orchid

📋 copy color: '#BE58F0'

red 190 ◦ green 88 ◦ blue 240

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

Shades of Medium Orchid #BE58F0

Tints of Medium Orchid #BE58F0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.99%

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 36.68%
G = 16.99%
B = 46.33%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE58F0 (or 0xBE58F0) is known color: Medium Orchid. HEX triplet: BE, 58 and F0. RGB value is (190,88,240). Sum of RGB (Red+Green+Blue) = 190+88+240=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE58F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE58F0 is #41A70F. Grayscale: #878787. Windows color (decimal): -4302608 or 15751358. OLE color: 15751358.

HSL color Cylindrical-coordinate representation of color #BE58F0: hue angle of 280.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE58F0 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 88 240 -
CMYK 0.21 0.63 0 0.06
HSL 280.26º 0.84% 0.64% -
HSV(B) 280.26º 0.63% 0.94% -
XYZ 40.45 24.22 84.98 -
YUV 135.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 190 88 240 0.21 0.63 0 0.06 280.26 0.84 0.64
Hex BE 58 F0 15 3F 0 6 118 54 40
Octal 276 130 360 25 77 0 6 430 124 100
Binary 10111110 1011000 11110000 10101 111111 0 110 100011000 1010100 1000000

Color Harmonies of #BE58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58F0

Black with #BE58F0

Text Example


Text Example

White with #BE58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58F0; }

 p { color: rgb(190,88,240); }

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

background-color css

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

 a { background-color: rgb(190,88,240); }

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

border-color css

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

 span { border-color: rgb(190,88,240); }

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