Html Css Color HEX #BE40FD Medium Orchid

📋 copy color: '#BE40FD'

red 190 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #BE40FD

Tints of Medium Orchid #BE40FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 37.48%
G = 12.62%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE40FD (or 0xBE40FD) is known color: Medium Orchid. HEX triplet: BE, 40 and FD. RGB value is (190,64,253). Sum of RGB (Red+Green+Blue) = 190+64+253=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FD is #41BF02. Grayscale: #7A7A7A. Windows color (decimal): -4308739 or 16597182. OLE color: 16597182.

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

Color convert

RGB 190 64 253 -
CMYK 0.25 0.75 0 0.01
HSL 280º 0.98% 0.62% -
HSV(B) 280º 0.75% 0.99% -
XYZ 40.8 21.71 94.97 -
YUV 123.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 190 64 253 0.25 0.75 0 0.01 280 0.98 0.62
Hex BE 40 FD 19 4B 0 1 118 62 3E
Octal 276 100 375 31 113 0 1 430 142 76
Binary 10111110 1000000 11111101 11001 1001011 0 1 100011000 1100010 111110

Color Harmonies of #BE40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40FD

Black with #BE40FD

Text Example


Text Example

White with #BE40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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