Html Css Color HEX #BE3FFF Medium Orchid

📋 copy color: '#BE3FFF'

red 190 ◦ green 63 ◦ blue 255

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

Shades of Medium Orchid #BE3FFF

Tints of Medium Orchid #BE3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.4%

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

R = 37.4%
G = 12.4%
B = 50.2%

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

#BE3FFF (or 0xBE3FFF) is known color: Medium Orchid. HEX triplet: BE, 3F and FF. RGB value is (190,63,255). Sum of RGB (Red+Green+Blue) = 190+63+255=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3FFF is #41C000. Grayscale: #7A7A7A. Windows color (decimal): -4308993 or 16727998. OLE color: 16727998.

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

Color convert

RGB 190 63 255 -
CMYK 0.25 0.75 0 0
HSL 279.69º 1% 0.62% -
HSV(B) 279.69º 0.75% 1% -
XYZ 41.06 21.72 96.64 -
YUV 122.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 190 63 255 0.25 0.75 0 0 279.69 1 0.62
Hex BE 3F FF 19 4B 0 0 118 64 3E
Octal 276 77 377 31 113 0 0 430 144 76
Binary 10111110 111111 11111111 11001 1001011 0 0 100011000 1100100 111110

Color Harmonies of #BE3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3FFF

Black with #BE3FFF

Text Example


Text Example

White with #BE3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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