Html Css Color HEX #BE46CF Medium Orchid

📋 copy color: '#BE46CF'

red 190 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #BE46CF

Tints of Medium Orchid #BE46CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

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

R = 40.69%
G = 14.99%
B = 44.33%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE46CF (or 0xBE46CF) is known color: Medium Orchid. HEX triplet: BE, 46 and CF. RGB value is (190,70,207). Sum of RGB (Red+Green+Blue) = 190+70+207=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46CF is #41B930. Grayscale: #797979. Windows color (decimal): -4307249 or 13584062. OLE color: 13584062.

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

Color convert

RGB 190 70 207 -
CMYK 0.08 0.66 0 0.19
HSL 292.55º 0.59% 0.54% -
HSV(B) 292.55º 0.66% 0.81% -
XYZ 34.69 19.83 61.03 -
YUV 121.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 190 70 207 0.08 0.66 0 0.19 292.55 0.59 0.54
Hex BE 46 CF 8 42 0 13 125 3B 36
Octal 276 106 317 10 102 0 23 445 73 66
Binary 10111110 1000110 11001111 1000 1000010 0 10011 100100101 111011 110110

Color Harmonies of #BE46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46CF

Black with #BE46CF

Text Example


Text Example

White with #BE46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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