Html Css Color HEX #BE46FA Medium Orchid

📋 copy color: '#BE46FA'

red 190 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #BE46FA

Tints of Medium Orchid #BE46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.73%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 37.25%
G = 13.73%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE46FA (or 0xBE46FA) is known color: Medium Orchid. HEX triplet: BE, 46 and FA. RGB value is (190,70,250). Sum of RGB (Red+Green+Blue) = 190+70+250=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46FA is #41B905. Grayscale: #7D7D7D. Windows color (decimal): -4307206 or 16402110. OLE color: 16402110.

HSL color Cylindrical-coordinate representation of color #BE46FA: hue angle of 280º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE46FA is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 70 250 -
CMYK 0.24 0.72 0 0.02
HSL 280º 0.95% 0.63% -
HSV(B) 280º 0.72% 0.98% -
XYZ 40.68 22.23 92.59 -
YUV 126.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 190 70 250 0.24 0.72 0 0.02 280 0.95 0.63
Hex BE 46 FA 18 48 0 2 118 5F 3F
Octal 276 106 372 30 110 0 2 430 137 77
Binary 10111110 1000110 11111010 11000 1001000 0 10 100011000 1011111 111111

Color Harmonies of #BE46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46FA

Black with #BE46FA

Text Example


Text Example

White with #BE46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46FA; }

 p { color: rgb(190,70,250); }

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

background-color css

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

 a { background-color: rgb(190,70,250); }

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

border-color css

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

 span { border-color: rgb(190,70,250); }

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