Html Css Color HEX #BE46FC Medium Orchid

📋 copy color: '#BE46FC'

red 190 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #BE46FC

Tints of Medium Orchid #BE46FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 37.11%
G = 13.67%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE46FC (or 0xBE46FC) is known color: Medium Orchid. HEX triplet: BE, 46 and FC. RGB value is (190,70,252). Sum of RGB (Red+Green+Blue) = 190+70+252=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46FC is #41B903. Grayscale: #7E7E7E. Windows color (decimal): -4307204 or 16533182. OLE color: 16533182.

HSL color Cylindrical-coordinate representation of color #BE46FC: hue angle of 279.56º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE46FC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 70 252 -
CMYK 0.25 0.72 0 0.01
HSL 279.56º 0.97% 0.63% -
HSV(B) 279.56º 0.72% 0.99% -
XYZ 41 22.36 94.25 -
YUV 126.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 190 70 252 0.25 0.72 0 0.01 279.56 0.97 0.63
Hex BE 46 FC 19 48 0 1 118 61 3F
Octal 276 106 374 31 110 0 1 430 141 77
Binary 10111110 1000110 11111100 11001 1001000 0 1 100011000 1100001 111111

Color Harmonies of #BE46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46FC

Black with #BE46FC

Text Example


Text Example

White with #BE46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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