Html Css Color HEX #BE4DCF Medium Orchid

📋 copy color: '#BE4DCF'

red 190 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #BE4DCF

Tints of Medium Orchid #BE4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 40.08%
G = 16.24%
B = 43.67%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE4DCF (or 0xBE4DCF) is known color: Medium Orchid. HEX triplet: BE, 4D and CF. RGB value is (190,77,207). Sum of RGB (Red+Green+Blue) = 190+77+207=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DCF is #41B230. Grayscale: #7D7D7D. Windows color (decimal): -4305457 or 13585854. OLE color: 13585854.

HSL color Cylindrical-coordinate representation of color #BE4DCF: hue angle of 292.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4DCF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 77 207 -
CMYK 0.08 0.63 0 0.19
HSL 292.15º 0.58% 0.56% -
HSV(B) 292.15º 0.63% 0.81% -
XYZ 35.15 20.76 61.19 -
YUV 125.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 190 77 207 0.08 0.63 0 0.19 292.15 0.58 0.56
Hex BE 4D CF 8 3F 0 13 124 3A 38
Octal 276 115 317 10 77 0 23 444 72 70
Binary 10111110 1001101 11001111 1000 111111 0 10011 100100100 111010 111000

Color Harmonies of #BE4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DCF

Black with #BE4DCF

Text Example


Text Example

White with #BE4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DCF; }

 p { color: rgb(190,77,207); }

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

background-color css

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

 a { background-color: rgb(190,77,207); }

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

border-color css

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

 span { border-color: rgb(190,77,207); }

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