Html Css Color HEX #BE48DF Medium Orchid

📋 copy color: '#BE48DF'

red 190 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #BE48DF

Tints of Medium Orchid #BE48DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 39.18%
G = 14.85%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE48DF (or 0xBE48DF) is known color: Medium Orchid. HEX triplet: BE, 48 and DF. RGB value is (190,72,223). Sum of RGB (Red+Green+Blue) = 190+72+223=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48DF is #41B720. Grayscale: #7C7C7C. Windows color (decimal): -4306721 or 14633150. OLE color: 14633150.

HSL color Cylindrical-coordinate representation of color #BE48DF: hue angle of 286.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE48DF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 72 223 -
CMYK 0.15 0.68 0 0.13
HSL 286.89º 0.7% 0.58% -
HSV(B) 286.89º 0.68% 0.87% -
XYZ 36.87 20.91 71.9 -
YUV 124.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 190 72 223 0.15 0.68 0 0.13 286.89 0.7 0.58
Hex BE 48 DF F 44 0 D 11F 46 3A
Octal 276 110 337 17 104 0 15 437 106 72
Binary 10111110 1001000 11011111 1111 1000100 0 1101 100011111 1000110 111010

Color Harmonies of #BE48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48DF

Black with #BE48DF

Text Example


Text Example

White with #BE48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48DF; }

 p { color: rgb(190,72,223); }

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

background-color css

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

 a { background-color: rgb(190,72,223); }

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

border-color css

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

 span { border-color: rgb(190,72,223); }

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