Html Css Color HEX #BE73DD Medium Orchid

📋 copy color: '#BE73DD'

red 190 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #BE73DD

Tints of Medium Orchid #BE73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.86%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 36.12%
G = 21.86%
B = 42.02%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE73DD (or 0xBE73DD) is known color: Medium Orchid. HEX triplet: BE, 73 and DD. RGB value is (190,115,221). Sum of RGB (Red+Green+Blue) = 190+115+221=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DD is #418C22. Grayscale: #959595. Windows color (decimal): -4295715 or 14513086. OLE color: 14513086.

HSL color Cylindrical-coordinate representation of color #BE73DD: hue angle of 282.45º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE73DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 115 221 -
CMYK 0.14 0.48 0 0.13
HSL 282.45º 0.61% 0.66% -
HSV(B) 282.45º 0.48% 0.87% -
XYZ 40.42 28.43 71.76 -
YUV 149.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 190 115 221 0.14 0.48 0 0.13 282.45 0.61 0.66
Hex BE 73 DD E 30 0 D 11A 3D 42
Octal 276 163 335 16 60 0 15 432 75 102
Binary 10111110 1110011 11011101 1110 110000 0 1101 100011010 111101 1000010

Color Harmonies of #BE73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73DD

Black with #BE73DD

Text Example


Text Example

White with #BE73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73DD; }

 p { color: rgb(190,115,221); }

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

background-color css

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

 a { background-color: rgb(190,115,221); }

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

border-color css

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

 span { border-color: rgb(190,115,221); }

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