Html Css Color HEX #BE3CFF Medium Orchid

📋 copy color: '#BE3CFF'

red 190 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #BE3CFF

Tints of Medium Orchid #BE3CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.88%

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

R = 37.62%
G = 11.88%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE3CFF (or 0xBE3CFF) is known color: Medium Orchid. HEX triplet: BE, 3C and FF. RGB value is (190,60,255). Sum of RGB (Red+Green+Blue) = 190+60+255=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3CFF is #41C300. Grayscale: #787878. Windows color (decimal): -4309761 or 16727230. OLE color: 16727230.

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

Color convert

RGB 190 60 255 -
CMYK 0.25 0.76 0 0
HSL 280º 1% 0.62% -
HSV(B) 280º 0.76% 1% -
XYZ 40.9 21.4 96.58 -
YUV 121.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 190 60 255 0.25 0.76 0 0 280 1 0.62
Hex BE 3C FF 19 4C 0 0 118 64 3E
Octal 276 74 377 31 114 0 0 430 144 76
Binary 10111110 111100 11111111 11001 1001100 0 0 100011000 1100100 111110

Color Harmonies of #BE3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CFF

Black with #BE3CFF

Text Example


Text Example

White with #BE3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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