Html Css Color HEX #BE41FE Medium Orchid

📋 copy color: '#BE41FE'

red 190 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #BE41FE

Tints of Medium Orchid #BE41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.77%

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

R = 37.33%
G = 12.77%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE41FE (or 0xBE41FE) is known color: Medium Orchid. HEX triplet: BE, 41 and FE. RGB value is (190,65,254). Sum of RGB (Red+Green+Blue) = 190+65+254=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE41FE is #41BE01. Grayscale: #7B7B7B. Windows color (decimal): -4308482 or 16662974. OLE color: 16662974.

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

Color convert

RGB 190 65 254 -
CMYK 0.25 0.74 0 0.00
HSL 279.68º 0.99% 0.63% -
HSV(B) 279.68º 0.74% 1% -
XYZ 41.01 21.88 95.83 -
YUV 123.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 190 65 254 0.25 0.74 0 0.00 279.68 0.99 0.63
Hex BE 41 FE 19 4A 0 0 118 63 3F
Octal 276 101 376 31 112 0 0 430 143 77
Binary 10111110 1000001 11111110 11001 1001010 0 0 100011000 1100011 111111

Color Harmonies of #BE41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41FE

Black with #BE41FE

Text Example


Text Example

White with #BE41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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