Html Css Color HEX #BE4CFF Medium Orchid

📋 copy color: '#BE4CFF'

red 190 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #BE4CFF

Tints of Medium Orchid #BE4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.59%

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

R = 36.47%
G = 14.59%
B = 48.94%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE4CFF (or 0xBE4CFF) is known color: Medium Orchid. HEX triplet: BE, 4C and FF. RGB value is (190,76,255). Sum of RGB (Red+Green+Blue) = 190+76+255=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CFF is #41B300. Grayscale: #818181. Windows color (decimal): -4305665 or 16731326. OLE color: 16731326.

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

Color convert

RGB 190 76 255 -
CMYK 0.25 0.70 0 0
HSL 278.21º 1% 0.65% -
HSV(B) 278.21º 0.7% 1% -
XYZ 41.87 23.34 96.91 -
YUV 130.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 190 76 255 0.25 0.70 0 0 278.21 1 0.65
Hex BE 4C FF 19 46 0 0 116 64 41
Octal 276 114 377 31 106 0 0 426 144 101
Binary 10111110 1001100 11111111 11001 1000110 0 0 100010110 1100100 1000001

Color Harmonies of #BE4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CFF

Black with #BE4CFF

Text Example


Text Example

White with #BE4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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