Html Css Color HEX #BE2DDC Medium Orchid

📋 copy color: '#BE2DDC'

red 190 ◦ green 45 ◦ blue 220

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

Shades of Medium Orchid #BE2DDC

Tints of Medium Orchid #BE2DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 41.76%
G = 9.89%
B = 48.35%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE2DDC (or 0xBE2DDC) is known color: Medium Orchid. HEX triplet: BE, 2D and DC. RGB value is (190,45,220). Sum of RGB (Red+Green+Blue) = 190+45+220=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DDC is #41D223. Grayscale: #6B6B6B. Windows color (decimal): -4313636 or 14429630. OLE color: 14429630.

HSL color Cylindrical-coordinate representation of color #BE2DDC: hue angle of 289.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2DDC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 45 220 -
CMYK 0.14 0.80 0 0.14
HSL 289.71º 0.71% 0.52% -
HSV(B) 289.71º 0.8% 0.86% -
XYZ 35.09 17.99 69.33 -
YUV 108.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 190 45 220 0.14 0.80 0 0.14 289.71 0.71 0.52
Hex BE 2D DC E 50 0 E 122 47 34
Octal 276 55 334 16 120 0 16 442 107 64
Binary 10111110 101101 11011100 1110 1010000 0 1110 100100010 1000111 110100

Color Harmonies of #BE2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DDC

Black with #BE2DDC

Text Example


Text Example

White with #BE2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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