Html Css Color HEX #BE40FF Medium Orchid

📋 copy color: '#BE40FF'

red 190 ◦ green 64 ◦ blue 255

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

Shades of Medium Orchid #BE40FF

Tints of Medium Orchid #BE40FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.57%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 37.33%
G = 12.57%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE40FF (or 0xBE40FF) is known color: Medium Orchid. HEX triplet: BE, 40 and FF. RGB value is (190,64,255). Sum of RGB (Red+Green+Blue) = 190+64+255=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FF is #41BF00. Grayscale: #7A7A7A. Windows color (decimal): -4308737 or 16728254. OLE color: 16728254.

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

Color convert

RGB 190 64 255 -
CMYK 0.25 0.75 0 0
HSL 279.58º 1% 0.63% -
HSV(B) 279.58º 0.75% 1% -
XYZ 41.12 21.83 96.65 -
YUV 123.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 190 64 255 0.25 0.75 0 0 279.58 1 0.63
Hex BE 40 FF 19 4B 0 0 118 64 3F
Octal 276 100 377 31 113 0 0 430 144 77
Binary 10111110 1000000 11111111 11001 1001011 0 0 100011000 1100100 111111

Color Harmonies of #BE40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40FF

Black with #BE40FF

Text Example


Text Example

White with #BE40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40FF; }

 p { color: rgb(190,64,255); }

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

background-color css

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

 a { background-color: rgb(190,64,255); }

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

border-color css

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

 span { border-color: rgb(190,64,255); }

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