Html Css Color HEX #BE2DD5 Medium Orchid

📋 copy color: '#BE2DD5'

red 190 ◦ green 45 ◦ blue 213

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

Shades of Medium Orchid #BE2DD5

Tints of Medium Orchid #BE2DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 42.41%
G = 10.04%
B = 47.54%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE2DD5 (or 0xBE2DD5) is known color: Medium Orchid. HEX triplet: BE, 2D and D5. RGB value is (190,45,213). Sum of RGB (Red+Green+Blue) = 190+45+213=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DD5 is #41D22A. Grayscale: #6A6A6A. Windows color (decimal): -4313643 or 13970878. OLE color: 13970878.

HSL color Cylindrical-coordinate representation of color #BE2DD5: hue angle of 291.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2DD5 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 45 213 -
CMYK 0.11 0.79 0 0.16
HSL 291.79º 0.67% 0.51% -
HSV(B) 291.79º 0.79% 0.84% -
XYZ 34.18 17.63 64.55 -
YUV 107.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 190 45 213 0.11 0.79 0 0.16 291.79 0.67 0.51
Hex BE 2D D5 B 4F 0 10 124 43 33
Octal 276 55 325 13 117 0 20 444 103 63
Binary 10111110 101101 11010101 1011 1001111 0 10000 100100100 1000011 110011

Color Harmonies of #BE2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DD5

Black with #BE2DD5

Text Example


Text Example

White with #BE2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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