Html Css Color HEX #BE2DD0 Medium Orchid

📋 copy color: '#BE2DD0'

red 190 ◦ green 45 ◦ blue 208

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

Shades of Medium Orchid #BE2DD0

Tints of Medium Orchid #BE2DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 42.89%
G = 10.16%
B = 46.95%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE2DD0 (or 0xBE2DD0) is known color: Medium Orchid. HEX triplet: BE, 2D and D0. RGB value is (190,45,208). Sum of RGB (Red+Green+Blue) = 190+45+208=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DD0 is #41D22F. Grayscale: #6A6A6A. Windows color (decimal): -4313648 or 13643198. OLE color: 13643198.

HSL color Cylindrical-coordinate representation of color #BE2DD0: hue angle of 293.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2DD0 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 45 208 -
CMYK 0.09 0.78 0 0.18
HSL 293.37º 0.64% 0.5% -
HSV(B) 293.37º 0.78% 0.82% -
XYZ 33.56 17.38 61.26 -
YUV 106.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 190 45 208 0.09 0.78 0 0.18 293.37 0.64 0.5
Hex BE 2D D0 9 4E 0 12 125 40 32
Octal 276 55 320 11 116 0 22 445 100 62
Binary 10111110 101101 11010000 1001 1001110 0 10010 100100101 1000000 110010

Color Harmonies of #BE2DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DD0

Black with #BE2DD0

Text Example


Text Example

White with #BE2DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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