Html Css Color HEX #BE73DB Medium Orchid

📋 copy color: '#BE73DB'

red 190 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #BE73DB

Tints of Medium Orchid #BE73DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 36.26%
G = 21.95%
B = 41.79%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE73DB (or 0xBE73DB) is known color: Medium Orchid. HEX triplet: BE, 73 and DB. RGB value is (190,115,219). Sum of RGB (Red+Green+Blue) = 190+115+219=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DB is #418C24. Grayscale: #949494. Windows color (decimal): -4295717 or 14382014. OLE color: 14382014.

HSL color Cylindrical-coordinate representation of color #BE73DB: hue angle of 283.27º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE73DB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 115 219 -
CMYK 0.13 0.47 0 0.14
HSL 283.27º 0.59% 0.65% -
HSV(B) 283.27º 0.47% 0.86% -
XYZ 40.15 28.32 70.37 -
YUV 149.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 190 115 219 0.13 0.47 0 0.14 283.27 0.59 0.65
Hex BE 73 DB D 2F 0 E 11B 3B 41
Octal 276 163 333 15 57 0 16 433 73 101
Binary 10111110 1110011 11011011 1101 101111 0 1110 100011011 111011 1000001

Color Harmonies of #BE73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73DB

Black with #BE73DB

Text Example


Text Example

White with #BE73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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