Html Css Color HEX #BE5DDA Medium Orchid

📋 copy color: '#BE5DDA'

red 190 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #BE5DDA

Tints of Medium Orchid #BE5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

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

R = 37.92%
G = 18.56%
B = 43.51%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE5DDA (or 0xBE5DDA) is known color: Medium Orchid. HEX triplet: BE, 5D and DA. RGB value is (190,93,218). Sum of RGB (Red+Green+Blue) = 190+93+218=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DDA is #41A225. Grayscale: #878787. Windows color (decimal): -4301350 or 14310846. OLE color: 14310846.

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

Color convert

RGB 190 93 218 -
CMYK 0.13 0.57 0 0.15
HSL 286.56º 0.63% 0.61% -
HSV(B) 286.56º 0.57% 0.85% -
XYZ 37.8 23.84 68.94 -
YUV 136.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 190 93 218 0.13 0.57 0 0.15 286.56 0.63 0.61
Hex BE 5D DA D 39 0 F 11F 3F 3D
Octal 276 135 332 15 71 0 17 437 77 75
Binary 10111110 1011101 11011010 1101 111001 0 1111 100011111 111111 111101

Color Harmonies of #BE5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DDA

Black with #BE5DDA

Text Example


Text Example

White with #BE5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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