Html Css Color HEX #BE2DCD Medium Orchid

📋 copy color: '#BE2DCD'

red 190 ◦ green 45 ◦ blue 205

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

Shades of Medium Orchid #BE2DCD

Tints of Medium Orchid #BE2DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 43.18%
G = 10.23%
B = 46.59%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE2DCD (or 0xBE2DCD) is known color: Medium Orchid. HEX triplet: BE, 2D and CD. RGB value is (190,45,205). Sum of RGB (Red+Green+Blue) = 190+45+205=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DCD is #41D232. Grayscale: #6A6A6A. Windows color (decimal): -4313651 or 13446590. OLE color: 13446590.

HSL color Cylindrical-coordinate representation of color #BE2DCD: hue angle of 294.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2DCD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 45 205 -
CMYK 0.07 0.78 0 0.20
HSL 294.38º 0.64% 0.49% -
HSV(B) 294.38º 0.78% 0.8% -
XYZ 33.19 17.23 59.33 -
YUV 106.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 190 45 205 0.07 0.78 0 0.20 294.38 0.64 0.49
Hex BE 2D CD 7 4E 0 14 126 40 31
Octal 276 55 315 7 116 0 24 446 100 61
Binary 10111110 101101 11001101 111 1001110 0 10100 100100110 1000000 110001

Color Harmonies of #BE2DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DCD

Black with #BE2DCD

Text Example


Text Example

White with #BE2DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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