Html Css Color HEX #BE4CDF Medium Orchid

📋 copy color: '#BE4CDF'

red 190 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #BE4CDF

Tints of Medium Orchid #BE4CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 38.85%
G = 15.54%
B = 45.6%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE4CDF (or 0xBE4CDF) is known color: Medium Orchid. HEX triplet: BE, 4C and DF. RGB value is (190,76,223). Sum of RGB (Red+Green+Blue) = 190+76+223=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CDF is #41B320. Grayscale: #7E7E7E. Windows color (decimal): -4305697 or 14634174. OLE color: 14634174.

HSL color Cylindrical-coordinate representation of color #BE4CDF: hue angle of 286.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4CDF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 76 223 -
CMYK 0.15 0.66 0 0.13
HSL 286.53º 0.7% 0.59% -
HSV(B) 286.53º 0.66% 0.87% -
XYZ 37.14 21.44 71.99 -
YUV 126.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 190 76 223 0.15 0.66 0 0.13 286.53 0.7 0.59
Hex BE 4C DF F 42 0 D 11F 46 3B
Octal 276 114 337 17 102 0 15 437 106 73
Binary 10111110 1001100 11011111 1111 1000010 0 1101 100011111 1000110 111011

Color Harmonies of #BE4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CDF

Black with #BE4CDF

Text Example


Text Example

White with #BE4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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