Html Css Color HEX #BE40FA Medium Orchid

📋 copy color: '#BE40FA'

red 190 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #BE40FA

Tints of Medium Orchid #BE40FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 37.7%
G = 12.7%
B = 49.6%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE40FA (or 0xBE40FA) is known color: Medium Orchid. HEX triplet: BE, 40 and FA. RGB value is (190,64,250). Sum of RGB (Red+Green+Blue) = 190+64+250=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40FA is #41BF05. Grayscale: #7A7A7A. Windows color (decimal): -4308742 or 16400574. OLE color: 16400574.

HSL color Cylindrical-coordinate representation of color #BE40FA: hue angle of 280.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE40FA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 64 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.65º 0.95% 0.62% -
HSV(B) 280.65º 0.74% 0.98% -
XYZ 40.32 21.52 92.47 -
YUV 122.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 190 64 250 0.24 0.74 0 0.02 280.65 0.95 0.62
Hex BE 40 FA 18 4A 0 2 119 5F 3E
Octal 276 100 372 30 112 0 2 431 137 76
Binary 10111110 1000000 11111010 11000 1001010 0 10 100011001 1011111 111110

Color Harmonies of #BE40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40FA

Black with #BE40FA

Text Example


Text Example

White with #BE40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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