Html Css Color HEX #BE2DDF Medium Orchid

📋 copy color: '#BE2DDF'

red 190 ◦ green 45 ◦ blue 223

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

Shades of Medium Orchid #BE2DDF

Tints of Medium Orchid #BE2DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

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

R = 41.48%
G = 9.83%
B = 48.69%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE2DDF (or 0xBE2DDF) is known color: Medium Orchid. HEX triplet: BE, 2D and DF. RGB value is (190,45,223). Sum of RGB (Red+Green+Blue) = 190+45+223=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DDF is #41D220. Grayscale: #6C6C6C. Windows color (decimal): -4313633 or 14626238. OLE color: 14626238.

HSL color Cylindrical-coordinate representation of color #BE2DDF: hue angle of 288.88º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2DDF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 45 223 -
CMYK 0.15 0.80 0 0.13
HSL 288.88º 0.74% 0.53% -
HSV(B) 288.88º 0.8% 0.87% -
XYZ 35.49 18.15 71.44 -
YUV 108.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 190 45 223 0.15 0.80 0 0.13 288.88 0.74 0.53
Hex BE 2D DF F 50 0 D 121 4A 35
Octal 276 55 337 17 120 0 15 441 112 65
Binary 10111110 101101 11011111 1111 1010000 0 1101 100100001 1001010 110101

Color Harmonies of #BE2DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DDF

Black with #BE2DDF

Text Example


Text Example

White with #BE2DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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