Html Css Color HEX #BE73D4 Medium Orchid

📋 copy color: '#BE73D4'

red 190 ◦ green 115 ◦ blue 212

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

Shades of Medium Orchid #BE73D4

Tints of Medium Orchid #BE73D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.01%

R = 36.75%
G = 22.24%
B = 41.01%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE73D4 (or 0xBE73D4) is known color: Medium Orchid. HEX triplet: BE, 73 and D4. RGB value is (190,115,212). Sum of RGB (Red+Green+Blue) = 190+115+212=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73D4 is #418C2B. Grayscale: #949494. Windows color (decimal): -4295724 or 13923262. OLE color: 13923262.

HSL color Cylindrical-coordinate representation of color #BE73D4: hue angle of 286.39º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE73D4 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 115 212 -
CMYK 0.10 0.46 0 0.17
HSL 286.39º 0.53% 0.64% -
HSV(B) 286.39º 0.46% 0.83% -
XYZ 39.25 27.96 65.62 -
YUV 148.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 190 115 212 0.10 0.46 0 0.17 286.39 0.53 0.64
Hex BE 73 D4 A 2E 0 11 11E 35 40
Octal 276 163 324 12 56 0 21 436 65 100
Binary 10111110 1110011 11010100 1010 101110 0 10001 100011110 110101 1000000

Color Harmonies of #BE73D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73D4

Black with #BE73D4

Text Example


Text Example

White with #BE73D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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