Html Css Color HEX #BE4FED Medium Orchid

📋 copy color: '#BE4FED'

red 190 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #BE4FED

Tints of Medium Orchid #BE4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 37.55%
G = 15.61%
B = 46.84%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4FED (or 0xBE4FED) is known color: Medium Orchid. HEX triplet: BE, 4F and ED. RGB value is (190,79,237). Sum of RGB (Red+Green+Blue) = 190+79+237=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FED is #41B012. Grayscale: #818181. Windows color (decimal): -4304915 or 15552446. OLE color: 15552446.

HSL color Cylindrical-coordinate representation of color #BE4FED: hue angle of 282.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4FED is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 79 237 -
CMYK 0.20 0.67 0 0.07
HSL 282.15º 0.81% 0.62% -
HSV(B) 282.15º 0.67% 0.93% -
XYZ 39.32 22.65 82.42 -
YUV 130.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 190 79 237 0.20 0.67 0 0.07 282.15 0.81 0.62
Hex BE 4F ED 14 43 0 7 11A 51 3E
Octal 276 117 355 24 103 0 7 432 121 76
Binary 10111110 1001111 11101101 10100 1000011 0 111 100011010 1010001 111110

Color Harmonies of #BE4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FED

Black with #BE4FED

Text Example


Text Example

White with #BE4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FED; }

 p { color: rgb(190,79,237); }

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

background-color css

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

 a { background-color: rgb(190,79,237); }

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

border-color css

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

 span { border-color: rgb(190,79,237); }

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