Html Css Color HEX #BE73CF Medium Orchid

📋 copy color: '#BE73CF'

red 190 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #BE73CF

Tints of Medium Orchid #BE73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 37.11%
G = 22.46%
B = 40.43%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE73CF (or 0xBE73CF) is known color: Medium Orchid. HEX triplet: BE, 73 and CF. RGB value is (190,115,207). Sum of RGB (Red+Green+Blue) = 190+115+207=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73CF is #418C30. Grayscale: #939393. Windows color (decimal): -4295729 or 13595582. OLE color: 13595582.

HSL color Cylindrical-coordinate representation of color #BE73CF: hue angle of 288.91º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE73CF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 115 207 -
CMYK 0.08 0.44 0 0.19
HSL 288.91º 0.49% 0.63% -
HSV(B) 288.91º 0.44% 0.81% -
XYZ 38.63 27.71 62.34 -
YUV 147.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 190 115 207 0.08 0.44 0 0.19 288.91 0.49 0.63
Hex BE 73 CF 8 2C 0 13 121 31 3F
Octal 276 163 317 10 54 0 23 441 61 77
Binary 10111110 1110011 11001111 1000 101100 0 10011 100100001 110001 111111

Color Harmonies of #BE73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73CF

Black with #BE73CF

Text Example


Text Example

White with #BE73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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