Html Css Color HEX #BE48FE Medium Orchid

📋 copy color: '#BE48FE'

red 190 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #BE48FE

Tints of Medium Orchid #BE48FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 36.82%
G = 13.95%
B = 49.22%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE48FE (or 0xBE48FE) is known color: Medium Orchid. HEX triplet: BE, 48 and FE. RGB value is (190,72,254). Sum of RGB (Red+Green+Blue) = 190+72+254=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 72 (28.52% from 255 or 13.95% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE48FE is #41B701. Grayscale: #7F7F7F. Windows color (decimal): -4306690 or 16664766. OLE color: 16664766.

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

Color convert

RGB 190 72 254 -
CMYK 0.25 0.72 0 0.00
HSL 278.9º 0.99% 0.64% -
HSV(B) 278.9º 0.72% 1% -
XYZ 41.44 22.74 95.97 -
YUV 128.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 190 72 254 0.25 0.72 0 0.00 278.9 0.99 0.64
Hex BE 48 FE 19 48 0 0 117 63 40
Octal 276 110 376 31 110 0 0 427 143 100
Binary 10111110 1001000 11111110 11001 1001000 0 0 100010111 1100011 1000000

Color Harmonies of #BE48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48FE

Black with #BE48FE

Text Example


Text Example

White with #BE48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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