Html Css Color HEX #BE2DDA Medium Orchid

📋 copy color: '#BE2DDA'

red 190 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #BE2DDA

Tints of Medium Orchid #BE2DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 41.94%
G = 9.93%
B = 48.12%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE2DDA (or 0xBE2DDA) is known color: Medium Orchid. HEX triplet: BE, 2D and DA. RGB value is (190,45,218). Sum of RGB (Red+Green+Blue) = 190+45+218=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DDA is #41D225. Grayscale: #6B6B6B. Windows color (decimal): -4313638 or 14298558. OLE color: 14298558.

HSL color Cylindrical-coordinate representation of color #BE2DDA: hue angle of 290.29º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2DDA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 45 218 -
CMYK 0.13 0.79 0 0.15
HSL 290.29º 0.7% 0.52% -
HSV(B) 290.29º 0.79% 0.85% -
XYZ 34.83 17.89 67.95 -
YUV 108.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 190 45 218 0.13 0.79 0 0.15 290.29 0.7 0.52
Hex BE 2D DA D 4F 0 F 122 46 34
Octal 276 55 332 15 117 0 17 442 106 64
Binary 10111110 101101 11011010 1101 1001111 0 1111 100100010 1000110 110100

Color Harmonies of #BE2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DDA

Black with #BE2DDA

Text Example


Text Example

White with #BE2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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